#B0DD62

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

Shades of Conifer #B0DD62

Tints of Conifer #B0DD62

Color information

#B0DD62 (or 0xB0DD62) is unknown color: approx Conifer. HEX triplet: B0, DD and 62. RGB value is (176,221,98). Sum of RGB (Red+Green+Blue) = 176+221+98=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD62 is #4F229D. Grayscale: #C1C1C1. Windows color (decimal): -5186206 or 6479280. OLE color: 6479280.

HSL color Cylindrical-coordinate representation of color #B0DD62: hue angle of 81.95º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0DD62 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB17622198-
CMYK0.2000.560.13
HSL81.95º64.4%62.55%-
HSV(B)81.95º55.66%86.67%-
XYZ45.9761.8221.07-
YUV193.5274.09115.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 221 (86.72% from 255) = 44.65%
BLUE value IS 98 (38.67% from 255) = 19.80%
R=35.56%
G=44.65%
B=19.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176221980.2000.560.1381.9564.462.55
HexB0DD6214038D52403f
Octal260335142240701512210077
Binary10110000110111011100010101000111000110110100101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DD62; }

 p { color: rgb(176,221,98); }

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

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

 a { background-color: rgb(176,221,98); }

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

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

 span { border-color: rgb(176,221,98); }

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