#B0D66A

Color #B0D66A Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B0D66A

Tints of Conifer #B0D66A

Color information

#B0D66A (or 0xB0D66A) is unknown color: approx Conifer. HEX triplet: B0, D6 and 6A. RGB value is (176,214,106). Sum of RGB (Red+Green+Blue) = 176+214+106=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D66A is #4F2995. Grayscale: #BEBEBE. Windows color (decimal): -5187990 or 7001776. OLE color: 7001776.

HSL color Cylindrical-coordinate representation of color #B0D66A: hue angle of 81.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0D66A is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB176214106-
CMYK0.1800.500.16
HSL81.11º56.84%62.75%-
HSV(B)81.11º50.47%83.92%-
XYZ44.5558.3622.55-
YUV190.3380.41117.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 214 (83.98% from 255) = 43.15%
BLUE value IS 106 (41.80% from 255) = 21.37%
R=35.48%
G=43.15%
B=21.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762141060.1800.500.1681.1156.8462.75
HexB0D66A120321051393f
Octal26032615222062201217177
Binary10110000110101101101010100100110010100001010001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D66A; }

 p { color: rgb(176,214,106); }

 H1.HeaderClassName
 {
   color: #B0D66A;
 }
 .AnyTagClassName
 {
   color: #B0D66A;
 }
</style>
background-color css

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

 a { background-color: rgb(176,214,106); }

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

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

 span { border-color: rgb(176,214,106); }

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