#B4D45F

Color #B4D45F Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B4D45F

Tints of Conifer #B4D45F

Color information

#B4D45F (or 0xB4D45F) is unknown color: approx Conifer. HEX triplet: B4, D4 and 5F. RGB value is (180,212,95). Sum of RGB (Red+Green+Blue) = 180+212+95=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D45F is #4B2BA0. Grayscale: #BDBDBD. Windows color (decimal): -4926369 or 6280372. OLE color: 6280372.

HSL color Cylindrical-coordinate representation of color #B4D45F: hue angle of 76.41º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4D45F is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB18021295-
CMYK0.1500.550.17
HSL76.41º57.64%60.2%-
HSV(B)76.41º55.19%83.14%-
XYZ44.4357.6219.61-
YUV189.0974.9121.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 212 (83.20% from 255) = 43.53%
BLUE value IS 95 (37.5% from 255) = 19.51%
R=36.96%
G=43.53%
B=19.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal180212950.1500.550.1776.4157.6460.2
HexB4D45FF037114c3a3c
Octal26432413717067211147274
Binary1011010011010100101111111110110111100011001100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D45F; }

 p { color: rgb(180,212,95); }

 H1.HeaderClassName
 {
   color: #B4D45F;
 }
 .AnyTagClassName
 {
   color: #B4D45F;
 }
</style>
background-color css

<style>
 a { background-color: #B4D45F; }

 a { background-color: rgb(180,212,95); }

 div.DivClassName
 {
   background-color: #B4D45F;
 }
 .BgClassName
 {
   background-color: #B4D45F;
 }
</style>
border-color css

<style>
 span { border-color: #B4D45F; }

 span { border-color: rgb(180,212,95); }

 td.TdClassName
 {
   border-color: #B4D45F;
 }
 .TagClassName
 {
   border-color: #B4D45F;
 }
</style>