Html Css Color HEX #0BBE77 Mountain Meadow

📋 copy color: '#0BBE77'

red 11 ◦ green 190 ◦ blue 119

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

Shades of Mountain Meadow #0BBE77

Tints of Mountain Meadow #0BBE77

RGB

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

 GREEN value IS 190 (74.61% from 255) = 59.38%

 BLUE value IS 119 (46.88% from 255) = 37.19%

R = 3.44%
G = 59.38%
B = 37.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#0BBE77 (or 0x0BBE77) is known color: Mountain Meadow. HEX triplet: 0B, BE and 77. RGB value is (11,190,119). Sum of RGB (Red+Green+Blue) = 11+190+119=320 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.44% from 320); Green value is 190 (74.61% from 255 or 59.38% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBE77 is #F44188. Grayscale: #808080. Windows color (decimal): -16007561 or 7847435. OLE color: 7847435.

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

Color convert

RGB 11 190 119 -
CMYK 0.94 0 0.37 0.25
HSL 156.2º 0.89% 0.39% -
HSV(B) 156.2º 0.94% 0.75% -
XYZ 21.88 38.23 23.68 -
YUV 128.39 122.7 44.27 -
System Red Green Blue C M Y K H S L
Decimal 11 190 119 0.94 0 0.37 0.25 156.2 0.89 0.39
Hex B BE 77 5E 0 25 19 9C 59 27
Octal 13 276 167 136 0 45 31 234 131 47
Binary 1011 10111110 1110111 1011110 0 100101 11001 10011100 1011001 100111

Color Harmonies of #0BBE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBE77

Black with #0BBE77

Text Example


Text Example

White with #0BBE77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,190,119); }

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

background-color css

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

 a { background-color: rgb(11,190,119); }

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

border-color css

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

 span { border-color: rgb(11,190,119); }

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