Html Css Color HEX #0BC373 Mountain Meadow

📋 copy color: '#0BC373'

red 11 ◦ green 195 ◦ blue 115

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

Shades of Mountain Meadow #0BC373

Tints of Mountain Meadow #0BC373

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.75%

 BLUE value IS 115 (45.31% from 255) = 35.83%

R = 3.43%
G = 60.75%
B = 35.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#0BC373 (or 0x0BC373) is known color: Mountain Meadow. HEX triplet: 0B, C3 and 73. RGB value is (11,195,115). Sum of RGB (Red+Green+Blue) = 11+195+115=321 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.43% from 321); Green value is 195 (76.56% from 255 or 60.75% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC373 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC373 is #F43C8C. Grayscale: #838383. Windows color (decimal): -16006285 or 7586571. OLE color: 7586571.

HSL color Cylindrical-coordinate representation of color #0BC373: hue angle of 153.91º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC373 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 195 115 -
CMYK 0.94 0 0.41 0.24
HSL 153.91º 0.89% 0.4% -
HSV(B) 153.91º 0.94% 0.76% -
XYZ 22.75 40.34 22.81 -
YUV 130.86 119.04 42.5 -
System Red Green Blue C M Y K H S L
Decimal 11 195 115 0.94 0 0.41 0.24 153.91 0.89 0.4
Hex B C3 73 5E 0 29 18 9A 59 28
Octal 13 303 163 136 0 51 30 232 131 50
Binary 1011 11000011 1110011 1011110 0 101001 11000 10011010 1011001 101000

Color Harmonies of #0BC373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC373

Black with #0BC373

Text Example


Text Example

White with #0BC373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,195,115); }

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

background-color css

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

 a { background-color: rgb(11,195,115); }

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

border-color css

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

 span { border-color: rgb(11,195,115); }

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