#b4d942

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

Shades of Conifer #B4D942

Tints of Conifer #B4D942

Color information

#B4D942 (or 0xB4D942) is unknown color: approx Conifer. HEX triplet: B4, D9 and 42. RGB value is (180,217,66). Sum of RGB (Red+Green+Blue) = 180+217+66=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D942 is #4B26BD. Grayscale: #BDBDBD. Windows color (decimal): -4925118 or 4381108. OLE color: 4381108.

HSL color Cylindrical-coordinate representation of color #B4D942: hue angle of 74.7º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4D942 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB18021766-
CMYK0.1700.700.15
HSL74.7º66.52%55.49%-
HSV(B)74.7º69.59%85.1%-
XYZ44.6259.7214.33-
YUV188.7258.74121.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 217 (85.16% from 255) = 46.87%
BLUE value IS 66 (26.17% from 255) = 14.25%
R=38.88%
G=46.87%
B=14.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal180217660.1700.700.1574.766.5255.49
HexB4D94211046F4b4337
Octal2643311022101061711310367
Binary101101001101100110000101000101000110111110010111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4d942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4d942; }

 p { color: rgb(180,217,66); }

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

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

 a { background-color: rgb(180,217,66); }

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

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

 span { border-color: rgb(180,217,66); }

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