#0CBA83

Color #0CBA83 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0CBA83

Tints of Mountain Meadow #0CBA83

Color information

#0CBA83 (or 0x0CBA83) is unknown color: approx Mountain Meadow. HEX triplet: 0C, BA and 83. RGB value is (12,186,131). Sum of RGB (Red+Green+Blue) = 12+186+131=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBA83 is #F3457C. Grayscale: #7F7F7F. Windows color (decimal): -15943037 or 8632844. OLE color: 8632844.

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

Color convert

RGB12186131-
CMYK0.9400.300.27
HSL161.03º87.88%38.82%-
HSV(B)161.03º93.55%72.94%-
XYZ21.8136.8327.43-
YUV127.7129.8545.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.65%
GREEN value IS 186 (73.05% from 255) = 56.53%
BLUE value IS 131 (51.56% from 255) = 39.82%
R=3.65%
G=56.53%
B=39.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121861310.9400.300.27161.0387.8838.82
HexCBA835E01E1Ba15827
Octal142722031360363324113047
Binary11001011101010000011101111001111011011101000011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,186,131); }

 H1.HeaderClassName
 {
   color: #0CBA83;
 }
 .AnyTagClassName
 {
   color: #0CBA83;
 }
</style>
background-color css

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

 a { background-color: rgb(12,186,131); }

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

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

 span { border-color: rgb(12,186,131); }

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