Html Css Color HEX #B0D942 Conifer

📋 copy color: '#B0D942'

red 176 ◦ green 217 ◦ blue 66

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

Shades of Conifer #B0D942

Tints of Conifer #B0D942

RGB

 RED value IS 176 (69.14% from 255) = 38.34%

 GREEN value IS 217 (85.16% from 255) = 47.28%

 BLUE value IS 66 (26.17% from 255) = 14.38%

R = 38.34%
G = 47.28%
B = 14.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#B0D942 (or 0xB0D942) is known color: Conifer. HEX triplet: B0, D9 and 42. RGB value is (176,217,66). Sum of RGB (Red+Green+Blue) = 176+217+66=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D942 is #4F26BD. Grayscale: #BCBCBC. Windows color (decimal): -5187262 or 4381104. OLE color: 4381104.

HSL color Cylindrical-coordinate representation of color #B0D942: hue angle of 76.29º 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 #B0D942 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 217 66 -
CMYK 0.19 0 0.70 0.15
HSL 76.29º 0.67% 0.55% -
HSV(B) 76.29º 0.7% 0.85% -
XYZ 43.7 59.25 14.29 -
YUV 187.53 59.42 119.78 -
System Red Green Blue C M Y K H S L
Decimal 176 217 66 0.19 0 0.70 0.15 76.29 0.67 0.55
Hex B0 D9 42 13 0 46 F 4C 43 37
Octal 260 331 102 23 0 106 17 114 103 67
Binary 10110000 11011001 1000010 10011 0 1000110 1111 1001100 1000011 110111

Color Harmonies of #B0D942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D942

Black with #B0D942

Text Example


Text Example

White with #B0D942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D942; }

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

 H1.HeaderClassName
 {
   color: #B0D942;
 }
 .AnyTagClassName
 {
   color: #B0D942;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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