Html Css Color HEX #B0DB66 Conifer

📋 copy color: '#B0DB66'

red 176 ◦ green 219 ◦ blue 102

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

Shades of Conifer #B0DB66

Tints of Conifer #B0DB66

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.06%

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

R = 35.41%
G = 44.06%
B = 20.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#B0DB66 (or 0xB0DB66) is known color: Conifer. HEX triplet: B0, DB and 66. RGB value is (176,219,102). Sum of RGB (Red+Green+Blue) = 176+219+102=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB66 is #4F2499. Grayscale: #C1C1C1. Windows color (decimal): -5186714 or 6740912. OLE color: 6740912.

HSL color Cylindrical-coordinate representation of color #B0DB66: hue angle of 82.05º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0DB66 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 219 102 -
CMYK 0.20 0 0.53 0.14
HSL 82.05º 0.62% 0.63% -
HSV(B) 82.05º 0.53% 0.86% -
XYZ 45.63 60.85 21.91 -
YUV 192.81 76.75 116.01 -
System Red Green Blue C M Y K H S L
Decimal 176 219 102 0.20 0 0.53 0.14 82.05 0.62 0.63
Hex B0 DB 66 14 0 35 E 52 3E 3F
Octal 260 333 146 24 0 65 16 122 76 77
Binary 10110000 11011011 1100110 10100 0 110101 1110 1010010 111110 111111

Color Harmonies of #B0DB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DB66

Black with #B0DB66

Text Example


Text Example

White with #B0DB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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