Html Css Color HEX #B0D566 Conifer

📋 copy color: '#B0D566'

red 176 ◦ green 213 ◦ blue 102

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

Shades of Conifer #B0D566

Tints of Conifer #B0D566

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.38%

 BLUE value IS 102 (40.23% from 255) = 20.77%

R = 35.85%
G = 43.38%
B = 20.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#B0D566 (or 0xB0D566) is known color: Conifer. HEX triplet: B0, D5 and 66. RGB value is (176,213,102). Sum of RGB (Red+Green+Blue) = 176+213+102=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D566 is #4F2A99. Grayscale: #BDBDBD. Windows color (decimal): -5188250 or 6739376. OLE color: 6739376.

HSL color Cylindrical-coordinate representation of color #B0D566: hue angle of 80º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0D566 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 213 102 -
CMYK 0.17 0 0.52 0.16
HSL 80º 0.57% 0.62% -
HSV(B) 80º 0.52% 0.84% -
XYZ 44.1 57.78 21.4 -
YUV 189.28 78.74 118.53 -
System Red Green Blue C M Y K H S L
Decimal 176 213 102 0.17 0 0.52 0.16 80 0.57 0.62
Hex B0 D5 66 11 0 34 10 50 39 3E
Octal 260 325 146 21 0 64 20 120 71 76
Binary 10110000 11010101 1100110 10001 0 110100 10000 1010000 111001 111110

Color Harmonies of #B0D566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D566

Black with #B0D566

Text Example


Text Example

White with #B0D566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D566; }

 p { color: rgb(176,213,102); }

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

background-color css

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

 a { background-color: rgb(176,213,102); }

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

border-color css

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

 span { border-color: rgb(176,213,102); }

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