#B4D45C

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

Shades of Conifer #B4D45C

Tints of Conifer #B4D45C

Color information

#B4D45C (or 0xB4D45C) is unknown color: approx Conifer. HEX triplet: B4, D4 and 5C. RGB value is (180,212,92). Sum of RGB (Red+Green+Blue) = 180+212+92=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D45C is #4B2BA3. Grayscale: #BDBDBD. Windows color (decimal): -4926372 or 6083764. OLE color: 6083764.

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

Color convert

RGB18021292-
CMYK0.1500.570.17
HSL76º58.25%59.61%-
HSV(B)76º56.6%83.14%-
XYZ44.357.5618.9-
YUV188.7573.4121.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 212 (83.20% from 255) = 43.80%
BLUE value IS 92 (36.33% from 255) = 19.01%
R=37.19%
G=43.80%
B=19.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal180212920.1500.570.177658.2559.61
HexB4D45CF039114c3a3c
Octal26432413417071211147274
Binary1011010011010100101110011110111001100011001100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D45C; }

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

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

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

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

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

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

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

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