Html Css Color HEX #B0D266 Conifer

📋 copy color: '#B0D266'

red 176 ◦ green 210 ◦ blue 102

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

Shades of Conifer #B0D266

Tints of Conifer #B0D266

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.03%

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

R = 36.07%
G = 43.03%
B = 20.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#B0D266 (or 0xB0D266) is known color: Conifer. HEX triplet: B0, D2 and 66. RGB value is (176,210,102). Sum of RGB (Red+Green+Blue) = 176+210+102=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D266 is #4F2D99. Grayscale: #BBBBBB. Windows color (decimal): -5189018 or 6738608. OLE color: 6738608.

HSL color Cylindrical-coordinate representation of color #B0D266: hue angle of 78.89º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0D266 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 210 102 -
CMYK 0.16 0 0.51 0.18
HSL 78.89º 0.55% 0.61% -
HSV(B) 78.89º 0.51% 0.82% -
XYZ 43.35 56.28 21.15 -
YUV 187.52 79.74 119.78 -
System Red Green Blue C M Y K H S L
Decimal 176 210 102 0.16 0 0.51 0.18 78.89 0.55 0.61
Hex B0 D2 66 10 0 33 12 4F 37 3D
Octal 260 322 146 20 0 63 22 117 67 75
Binary 10110000 11010010 1100110 10000 0 110011 10010 1001111 110111 111101

Color Harmonies of #B0D266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D266

Black with #B0D266

Text Example


Text Example

White with #B0D266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D266; }

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

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

background-color css

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

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

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

border-color css

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

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

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