Html Css Color HEX #0BBB50 Dark Pastel Green

📋 copy color: '#0BBB50'

red 11 ◦ green 187 ◦ blue 80

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

Shades of Dark Pastel Green #0BBB50

Tints of Dark Pastel Green #0BBB50

RGB

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

 GREEN value IS 187 (73.44% from 255) = 67.27%

 BLUE value IS 80 (31.64% from 255) = 28.78%

R = 3.96%
G = 67.27%
B = 28.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#0BBB50 (or 0x0BBB50) is known color: Dark Pastel Green. HEX triplet: 0B, BB and 50. RGB value is (11,187,80). Sum of RGB (Red+Green+Blue) = 11+187+80=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 187 (73.44% from 255 or 67.27% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBB50 is #F444AF. Grayscale: #7A7A7A. Windows color (decimal): -16008368 or 5290763. OLE color: 5290763.

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

Color convert

RGB 11 187 80 -
CMYK 0.94 0 0.57 0.27
HSL 143.52º 0.89% 0.39% -
HSV(B) 143.52º 0.94% 0.73% -
XYZ 19.36 36.19 13.55 -
YUV 122.18 104.19 48.7 -
System Red Green Blue C M Y K H S L
Decimal 11 187 80 0.94 0 0.57 0.27 143.52 0.89 0.39
Hex B BB 50 5E 0 39 1B 90 59 27
Octal 13 273 120 136 0 71 33 220 131 47
Binary 1011 10111011 1010000 1011110 0 111001 11011 10010000 1011001 100111

Color Harmonies of #0BBB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBB50

Black with #0BBB50

Text Example


Text Example

White with #0BBB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,187,80); }

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

background-color css

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

 a { background-color: rgb(11,187,80); }

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

border-color css

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

 span { border-color: rgb(11,187,80); }

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