Html Css Color HEX #B4D942 Conifer

📋 copy color: '#B4D942'

red 180 ◦ green 217 ◦ blue 66

#B4D942
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #B4D942

Tints of Conifer #B4D942

RGB

 RED value IS 180 (70.7% 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 value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#B4D942 (or 0xB4D942) is known color: 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

RGB 180 217 66 -
CMYK 0.17 0 0.70 0.15
HSL 74.7º 0.67% 0.55% -
HSV(B) 74.7º 0.7% 0.85% -
XYZ 44.62 59.72 14.33 -
YUV 188.72 58.74 121.78 -
System Red Green Blue C M Y K H S L
Decimal 180 217 66 0.17 0 0.70 0.15 74.7 0.67 0.55
Hex B4 D9 42 11 0 46 F 4B 43 37
Octal 264 331 102 21 0 106 17 113 103 67
Binary 10110100 11011001 1000010 10001 0 1000110 1111 1001011 1000011 110111

Color Harmonies of #B4D942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D942

Black with #B4D942

Text Example


Text Example

White with #B4D942

Text Example


Text Example

HTML Codes & Css Web 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>