#0BBD20

Color #0BBD20 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0BBD20

Tints of Dark Pastel Green #0BBD20

Color information

#0BBD20 (or 0x0BBD20) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, BD and 20. RGB value is (11,189,32). Sum of RGB (Red+Green+Blue) = 11+189+32=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 189 (74.22% from 255 or 81.47% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBD20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBD20 is #F442DF. Grayscale: #767676. Windows color (decimal): -16007904 or 2145547. OLE color: 2145547.

HSL color Cylindrical-coordinate representation of color #0BBD20: hue angle of 127.08º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBD20 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB1118932-
CMYK0.9400.830.26
HSL127.08º89%39.22%-
HSV(B)127.08º94.18%74.12%-
XYZ18.636.577.45-
YUV117.8879.5351.77-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.74%
GREEN value IS 189 (74.22% from 255) = 81.47%
BLUE value IS 32 (12.89% from 255) = 13.79%
R=4.74%
G=81.47%
B=13.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11189320.9400.830.26127.088939.22
HexBBD205E0531A7f5927
Octal132754013601233217713147
Binary1011101111011000001011110010100111101011111111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBD20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BBD20; }

 p { color: rgb(11,189,32); }

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

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

 a { background-color: rgb(11,189,32); }

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

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

 span { border-color: rgb(11,189,32); }

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