Html Css Color HEX #0BBA78 Mountain Meadow

📋 copy color: '#0BBA78'

red 11 ◦ green 186 ◦ blue 120

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

Shades of Mountain Meadow #0BBA78

Tints of Mountain Meadow #0BBA78

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.68%

 BLUE value IS 120 (47.27% from 255) = 37.85%

R = 3.47%
G = 58.68%
B = 37.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#0BBA78 (or 0x0BBA78) is known color: Mountain Meadow. HEX triplet: 0B, BA and 78. RGB value is (11,186,120). Sum of RGB (Red+Green+Blue) = 11+186+120=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBA78 is #F44587. Grayscale: #7E7E7E. Windows color (decimal): -16008584 or 7911947. OLE color: 7911947.

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

Color convert

RGB 11 186 120 -
CMYK 0.94 0 0.35 0.27
HSL 157.37º 0.89% 0.39% -
HSV(B) 157.37º 0.94% 0.73% -
XYZ 21.09 36.55 23.71 -
YUV 126.15 124.52 45.87 -
System Red Green Blue C M Y K H S L
Decimal 11 186 120 0.94 0 0.35 0.27 157.37 0.89 0.39
Hex B BA 78 5E 0 23 1B 9D 59 27
Octal 13 272 170 136 0 43 33 235 131 47
Binary 1011 10111010 1111000 1011110 0 100011 11011 10011101 1011001 100111

Color Harmonies of #0BBA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBA78

Black with #0BBA78

Text Example


Text Example

White with #0BBA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,186,120); }

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

background-color css

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

 a { background-color: rgb(11,186,120); }

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

border-color css

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

 span { border-color: rgb(11,186,120); }

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