#08BA83

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

Shades of Mountain Meadow #08BA83

Tints of Mountain Meadow #08BA83

Color information

#08BA83 (or 0x08BA83) is unknown color: approx Mountain Meadow. HEX triplet: 08, BA and 83. RGB value is (8,186,131). Sum of RGB (Red+Green+Blue) = 8+186+131=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BA83 is #F7457C. Grayscale: #7E7E7E. Windows color (decimal): -16205181 or 8632840. OLE color: 8632840.

HSL color Cylindrical-coordinate representation of color #08BA83: hue angle of 161.46º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BA83 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB8186131-
CMYK0.9600.300.27
HSL161.46º91.75%38.04%-
HSV(B)161.46º95.7%72.94%-
XYZ21.7636.8127.43-
YUV126.51130.5343.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.46%
GREEN value IS 186 (73.05% from 255) = 57.23%
BLUE value IS 131 (51.56% from 255) = 40.31%
R=2.46%
G=57.23%
B=40.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81861310.9600.300.27161.4691.7538.04
Hex8BA836001E1Ba15c26
Octal102722031400363324113446
Binary10001011101010000011110000001111011011101000011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08BA83; }

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

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

<style>
 a { background-color: #08BA83; }

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

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

<style>
 span { border-color: #08BA83; }

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

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