Html Css Color HEX #0BB526 Dark Pastel Green

📋 copy color: '#0BB526'

red 11 ◦ green 181 ◦ blue 38

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

Shades of Dark Pastel Green #0BB526

Tints of Dark Pastel Green #0BB526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.52%

R = 4.78%
G = 78.7%
B = 16.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#0BB526 (or 0x0BB526) is known color: Dark Pastel Green. HEX triplet: 0B, B5 and 26. RGB value is (11,181,38). Sum of RGB (Red+Green+Blue) = 11+181+38=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 181 (71.09% from 255 or 78.70% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 181 - color contains mainly: green. Hex color #0BB526 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB526 is #F44AD9. Grayscale: #727272. Windows color (decimal): -16009946 or 2536715. OLE color: 2536715.

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

Color convert

RGB 11 181 38 -
CMYK 0.94 0 0.79 0.29
HSL 129.53º 0.89% 0.38% -
HSV(B) 129.53º 0.94% 0.71% -
XYZ 17.01 33.26 7.36 -
YUV 113.87 85.18 54.63 -
System Red Green Blue C M Y K H S L
Decimal 11 181 38 0.94 0 0.79 0.29 129.53 0.89 0.38
Hex B B5 26 5E 0 4F 1D 82 59 26
Octal 13 265 46 136 0 117 35 202 131 46
Binary 1011 10110101 100110 1011110 0 1001111 11101 10000010 1011001 100110

Color Harmonies of #0BB526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB526

Black with #0BB526

Text Example


Text Example

White with #0BB526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BB526;
 }
 .AnyTagClassName
 {
   color: #0BB526;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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