Html Css Color HEX #0BCB76 Mountain Meadow

📋 copy color: '#0BCB76'

red 11 ◦ green 203 ◦ blue 118

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

Shades of Mountain Meadow #0BCB76

Tints of Mountain Meadow #0BCB76

RGB

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

 GREEN value IS 203 (79.69% from 255) = 61.14%

 BLUE value IS 118 (46.48% from 255) = 35.54%

R = 3.31%
G = 61.14%
B = 35.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#0BCB76 (or 0x0BCB76) is known color: Mountain Meadow. HEX triplet: 0B, CB and 76. RGB value is (11,203,118). Sum of RGB (Red+Green+Blue) = 11+203+118=332 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.31% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCB76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCB76 is #F43489. Grayscale: #888888. Windows color (decimal): -16004234 or 7785227. OLE color: 7785227.

HSL color Cylindrical-coordinate representation of color #0BCB76: hue angle of 153.44º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCB76 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 203 118 -
CMYK 0.95 0 0.42 0.20
HSL 153.44º 0.9% 0.42% -
HSV(B) 153.44º 0.95% 0.8% -
XYZ 24.76 44.09 24.34 -
YUV 135.9 117.89 38.91 -
System Red Green Blue C M Y K H S L
Decimal 11 203 118 0.95 0 0.42 0.20 153.44 0.9 0.42
Hex B CB 76 5F 0 2A 14 99 5A 2A
Octal 13 313 166 137 0 52 24 231 132 52
Binary 1011 11001011 1110110 1011111 0 101010 10100 10011001 1011010 101010

Color Harmonies of #0BCB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCB76

Black with #0BCB76

Text Example


Text Example

White with #0BCB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,203,118); }

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

background-color css

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

 a { background-color: rgb(11,203,118); }

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

border-color css

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

 span { border-color: rgb(11,203,118); }

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