Html Css Color HEX #0BCB73 Mountain Meadow

📋 copy color: '#0BCB73'

red 11 ◦ green 203 ◦ blue 115

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

Shades of Mountain Meadow #0BCB73

Tints of Mountain Meadow #0BCB73

RGB

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

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

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

R = 3.34%
G = 61.7%
B = 34.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#0BCB73 (or 0x0BCB73) is known color: Mountain Meadow. HEX triplet: 0B, CB and 73. RGB value is (11,203,115). Sum of RGB (Red+Green+Blue) = 11+203+115=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 203 (79.69% from 255 or 61.70% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCB73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCB73 is #F4348C. Grayscale: #878787. Windows color (decimal): -16004237 or 7588619. OLE color: 7588619.

HSL color Cylindrical-coordinate representation of color #0BCB73: hue angle of 152.5º 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 #0BCB73 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 203 115 -
CMYK 0.95 0 0.43 0.20
HSL 152.5º 0.9% 0.42% -
HSV(B) 152.5º 0.95% 0.8% -
XYZ 24.59 44.02 23.42 -
YUV 135.56 116.39 39.16 -
System Red Green Blue C M Y K H S L
Decimal 11 203 115 0.95 0 0.43 0.20 152.5 0.9 0.42
Hex B CB 73 5F 0 2B 14 98 5A 2A
Octal 13 313 163 137 0 53 24 230 132 52
Binary 1011 11001011 1110011 1011111 0 101011 10100 10011000 1011010 101010

Color Harmonies of #0BCB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCB73

Black with #0BCB73

Text Example


Text Example

White with #0BCB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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