#0BBD21

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

Shades of Dark Pastel Green #0BBD21

Tints of Dark Pastel Green #0BBD21

Color information

#0BBD21 (or 0x0BBD21) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, BD and 21. RGB value is (11,189,33). Sum of RGB (Red+Green+Blue) = 11+189+33=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 189 (74.22% from 255 or 81.12% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBD21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBD21 is #F442DE. Grayscale: #767676. Windows color (decimal): -16007903 or 2211083. OLE color: 2211083.

HSL color Cylindrical-coordinate representation of color #0BBD21: hue angle of 127.42º 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 #0BBD21 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB1118933-
CMYK0.9400.830.26
HSL127.42º89%39.22%-
HSV(B)127.42º94.18%74.12%-
XYZ18.6136.587.52-
YUV117.9980.0351.68-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.72%
GREEN value IS 189 (74.22% from 255) = 81.12%
BLUE value IS 33 (13.28% from 255) = 14.16%
R=4.72%
G=81.12%
B=14.16%

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
Decimal11189330.9400.830.26127.428939.22
HexBBD215E0531A7f5927
Octal132754113601233217713147
Binary1011101111011000011011110010100111101011111111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBD21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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