Html Css Color HEX #0BBC7F Mountain Meadow

📋 copy color: '#0BBC7F'

red 11 ◦ green 188 ◦ blue 127

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

Shades of Mountain Meadow #0BBC7F

Tints of Mountain Meadow #0BBC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.96%

R = 3.37%
G = 57.67%
B = 38.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#0BBC7F (or 0x0BBC7F) is known color: Mountain Meadow. HEX triplet: 0B, BC and 7F. RGB value is (11,188,127). Sum of RGB (Red+Green+Blue) = 11+188+127=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBC7F is #F44380. Grayscale: #808080. Windows color (decimal): -16008065 or 8371211. OLE color: 8371211.

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

Color convert

RGB 11 188 127 -
CMYK 0.94 0 0.32 0.26
HSL 159.32º 0.89% 0.39% -
HSV(B) 159.32º 0.94% 0.74% -
XYZ 21.95 37.57 26.17 -
YUV 128.12 127.36 44.46 -
System Red Green Blue C M Y K H S L
Decimal 11 188 127 0.94 0 0.32 0.26 159.32 0.89 0.39
Hex B BC 7F 5E 0 20 1A 9F 59 27
Octal 13 274 177 136 0 40 32 237 131 47
Binary 1011 10111100 1111111 1011110 0 100000 11010 10011111 1011001 100111

Color Harmonies of #0BBC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBC7F

Black with #0BBC7F

Text Example


Text Example

White with #0BBC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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