#B0D667

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

Shades of Conifer #B0D667

Tints of Conifer #B0D667

Color information

#B0D667 (or 0xB0D667) is unknown color: approx Conifer. HEX triplet: B0, D6 and 67. RGB value is (176,214,103). Sum of RGB (Red+Green+Blue) = 176+214+103=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D667 is #4F2998. Grayscale: #BEBEBE. Windows color (decimal): -5187993 or 6805168. OLE color: 6805168.

HSL color Cylindrical-coordinate representation of color #B0D667: hue angle of 80.54º degrees, saturation: 0.58, 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 #B0D667 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB176214103-
CMYK0.1800.520.16
HSL80.54º57.51%62.16%-
HSV(B)80.54º51.87%83.92%-
XYZ44.458.321.75-
YUV189.9878.91118.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 103 (40.62% from 255) = 20.89%
R=35.70%
G=43.41%
B=20.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762141030.1800.520.1680.5457.5162.16
HexB0D6671203410513a3e
Octal26032614722064201217276
Binary10110000110101101100111100100110100100001010001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D667; }

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

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

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

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

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

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

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

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