#B0D655

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

Shades of Conifer #B0D655

Tints of Conifer #B0D655

Color information

#B0D655 (or 0xB0D655) is unknown color: approx Conifer. HEX triplet: B0, D6 and 55. RGB value is (176,214,85). Sum of RGB (Red+Green+Blue) = 176+214+85=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D655 is #4F29AA. Grayscale: #BCBCBC. Windows color (decimal): -5188011 or 5625520. OLE color: 5625520.

HSL color Cylindrical-coordinate representation of color #B0D655: hue angle of 77.67º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0D655 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB17621485-
CMYK0.1800.600.16
HSL77.67º61.14%58.63%-
HSV(B)77.67º60.28%83.92%-
XYZ43.5957.9817.49-
YUV187.9369.91119.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 214 (83.98% from 255) = 45.05%
BLUE value IS 85 (33.59% from 255) = 17.89%
R=37.05%
G=45.05%
B=17.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176214850.1800.600.1677.6761.1458.63
HexB0D6551203C104e3d3b
Octal26032612522074201167573
Binary10110000110101101010101100100111100100001001110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D655; }

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

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

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

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

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

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

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

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