Html Css Color HEX #0BB520 Dark Pastel Green

📋 copy color: '#0BB520'

red 11 ◦ green 181 ◦ blue 32

#0BB520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0BB520

Tints of Dark Pastel Green #0BB520

RGB

 RED value IS 11 (4.69% from 255) = 4.91%

 GREEN value IS 181 (71.09% from 255) = 80.8%

 BLUE value IS 32 (12.89% from 255) = 14.29%

R = 4.91%
G = 80.8%
B = 14.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#0BB520 (or 0x0BB520) is known color: 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

RGB 11 181 32 -
CMYK 0.94 0 0.82 0.29
HSL 127.41º 0.89% 0.38% -
HSV(B) 127.41º 0.94% 0.71% -
XYZ 16.92 33.22 6.89 -
YUV 113.18 82.18 55.12 -
System Red Green Blue C M Y K H S L
Decimal 11 181 32 0.94 0 0.82 0.29 127.41 0.89 0.38
Hex B B5 20 5E 0 52 1D 7F 59 26
Octal 13 265 40 136 0 122 35 177 131 46
Binary 1011 10110101 100000 1011110 0 1010010 11101 1111111 1011001 100110

Color Harmonies of #0BB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB520

Black with #0BB520

Text Example


Text Example

White with #0BB520

Text Example


Text Example

HTML Codes & Css Web 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>