Html Css Color HEX #0BBC50 Dark Pastel Green

📋 copy color: '#0BBC50'

red 11 ◦ green 188 ◦ blue 80

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

Shades of Dark Pastel Green #0BBC50

Tints of Dark Pastel Green #0BBC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 67.38%

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

R = 3.94%
G = 67.38%
B = 28.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#0BBC50 (or 0x0BBC50) is known color: Dark Pastel Green. HEX triplet: 0B, BC and 50. RGB value is (11,188,80). Sum of RGB (Red+Green+Blue) = 11+188+80=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 188 (73.83% from 255 or 67.38% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBC50 is #F443AF. Grayscale: #7B7B7B. Windows color (decimal): -16008112 or 5291019. OLE color: 5291019.

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

Color convert

RGB 11 188 80 -
CMYK 0.94 0 0.57 0.26
HSL 143.39º 0.89% 0.39% -
HSV(B) 143.39º 0.94% 0.74% -
XYZ 19.57 36.62 13.63 -
YUV 122.77 103.86 48.28 -
System Red Green Blue C M Y K H S L
Decimal 11 188 80 0.94 0 0.57 0.26 143.39 0.89 0.39
Hex B BC 50 5E 0 39 1A 8F 59 27
Octal 13 274 120 136 0 71 32 217 131 47
Binary 1011 10111100 1010000 1011110 0 111001 11010 10001111 1011001 100111

Color Harmonies of #0BBC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBC50

Black with #0BBC50

Text Example


Text Example

White with #0BBC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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