#02BA83

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

Shades of Mountain Meadow #02BA83

Tints of Mountain Meadow #02BA83

Color information

#02BA83 (or 0x02BA83) is unknown color: approx Mountain Meadow. HEX triplet: 02, BA and 83. RGB value is (2,186,131). Sum of RGB (Red+Green+Blue) = 2+186+131=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BA83 is #FD457C. Grayscale: #7C7C7C. Windows color (decimal): -16598397 or 8632834. OLE color: 8632834.

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

Color convert

RGB2186131-
CMYK0.9900.300.27
HSL162.07º97.87%36.86%-
HSV(B)162.07º98.92%72.94%-
XYZ21.6836.7727.43-
YUV124.71131.5440.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 186 (73.05% from 255) = 58.31%
BLUE value IS 131 (51.56% from 255) = 41.07%
R=0.63%
G=58.31%
B=41.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21861310.9900.300.27162.0797.8736.86
Hex2BA836301E1Ba26225
Octal22722031430363324214245
Binary101011101010000011110001101111011011101000101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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