#B0D063

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

Shades of Conifer #B0D063

Tints of Conifer #B0D063

Color information

#B0D063 (or 0xB0D063) is unknown color: approx Conifer. HEX triplet: B0, D0 and 63. RGB value is (176,208,99). Sum of RGB (Red+Green+Blue) = 176+208+99=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D063 is #4F2F9C. Grayscale: #BABABA. Windows color (decimal): -5189533 or 6541488. OLE color: 6541488.

HSL color Cylindrical-coordinate representation of color #B0D063: hue angle of 77.61º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0D063 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB17620899-
CMYK0.1500.520.18
HSL77.61º53.69%60.2%-
HSV(B)77.61º52.4%81.57%-
XYZ42.7155.2420.22-
YUV186.0178.9120.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 208 (81.64% from 255) = 43.06%
BLUE value IS 99 (39.06% from 255) = 20.50%
R=36.44%
G=43.06%
B=20.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176208990.1500.520.1877.6153.6960.2
HexB0D063F034124e363c
Octal26032014317064221166674
Binary1011000011010000110001111110110100100101001110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D063; }

 p { color: rgb(176,208,99); }

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

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

 a { background-color: rgb(176,208,99); }

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

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

 span { border-color: rgb(176,208,99); }

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