#0BB520

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

Shades of Dark Pastel Green #0BB520

Tints of Dark Pastel Green #0BB520

Color information

#0BB520 (or 0x0BB520) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B5 and 20. RGB value is (11,181,32). Sum of RGB (Red+Green+Blue) = 11+181+32=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 181 (71.09% from 255 or 80.80% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 181 - color contains mainly: green. Hex color #0BB520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB520 is #F44ADF. Grayscale: #717171. Windows color (decimal): -16009952 or 2143499. OLE color: 2143499.

HSL color Cylindrical-coordinate representation of color #0BB520: hue angle of 127.41º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB520 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1118132-
CMYK0.9400.820.29
HSL127.41º88.54%37.65%-
HSV(B)127.41º93.92%70.98%-
XYZ16.9233.226.89-
YUV113.1882.1855.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.91%
GREEN value IS 181 (71.09% from 255) = 80.80%
BLUE value IS 32 (12.89% from 255) = 14.29%
R=4.91%
G=80.80%
B=14.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11181320.9400.820.29127.4188.5437.65
HexBB5205E0521D7f5926
Octal132654013601223517713146
Binary1011101101011000001011110010100101110111111111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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