#B0DD5A

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

Shades of Conifer #B0DD5A

Tints of Conifer #B0DD5A

Color information

#B0DD5A (or 0xB0DD5A) is unknown color: approx Conifer. HEX triplet: B0, DD and 5A. RGB value is (176,221,90). Sum of RGB (Red+Green+Blue) = 176+221+90=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD5A is #4F22A5. Grayscale: #C1C1C1. Windows color (decimal): -5186214 or 5954992. OLE color: 5954992.

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

Color convert

RGB17622190-
CMYK0.2000.590.13
HSL80.61º65.83%60.98%-
HSV(B)80.61º59.28%86.67%-
XYZ45.6161.6819.17-
YUV192.6170.09116.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 221 (86.72% from 255) = 45.38%
BLUE value IS 90 (35.55% from 255) = 18.48%
R=36.14%
G=45.38%
B=18.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176221900.2000.590.1380.6165.8360.98
HexB0DD5A1403BD51423d
Octal260335132240731512110275
Binary10110000110111011011010101000111011110110100011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DD5A; }

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

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

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

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

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

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

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

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