#99BA5C

Color #99BA5C Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #99BA5C

Tints of Olivine #99BA5C

Color information

#99BA5C (or 0x99BA5C) is unknown color: approx Olivine. HEX triplet: 99, BA and 5C. RGB value is (153,186,92). Sum of RGB (Red+Green+Blue) = 153+186+92=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA5C is #6645A3. Grayscale: #A5A5A5. Windows color (decimal): -6702500 or 6077081. OLE color: 6077081.

HSL color Cylindrical-coordinate representation of color #99BA5C: hue angle of 81.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99BA5C is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB15318692-
CMYK0.1800.510.27
HSL81.06º40.52%54.51%-
HSV(B)81.06º50.54%72.94%-
XYZ32.6342.6616.64-
YUV165.4286.57119.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 186 (73.05% from 255) = 43.16%
BLUE value IS 92 (36.33% from 255) = 21.35%
R=35.50%
G=43.16%
B=21.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153186920.1800.510.2781.0640.5254.51
Hex99BA5C120331B512937
Octal23127213422063331215167
Binary10011001101110101011100100100110011110111010001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BA5C; }

 p { color: rgb(153,186,92); }

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

<style>
 a { background-color: #99BA5C; }

 a { background-color: rgb(153,186,92); }

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

<style>
 span { border-color: #99BA5C; }

 span { border-color: rgb(153,186,92); }

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