#99BE61

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

Shades of Olivine #99BE61

Tints of Olivine #99BE61

Color information

#99BE61 (or 0x99BE61) is unknown color: approx Olivine. HEX triplet: 99, BE and 61. RGB value is (153,190,97). Sum of RGB (Red+Green+Blue) = 153+190+97=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BE61 is #66419E. Grayscale: #A8A8A8. Windows color (decimal): -6701471 or 6405785. OLE color: 6405785.

HSL color Cylindrical-coordinate representation of color #99BE61: hue angle of 83.87º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99BE61 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB15319097-
CMYK0.1900.490.25
HSL83.87º41.7%56.27%-
HSV(B)83.87º48.95%74.51%-
XYZ33.7144.4618.11-
YUV168.3387.74117.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.77%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 97 (38.28% from 255) = 22.05%
R=34.77%
G=43.18%
B=22.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153190970.1900.490.2583.8741.756.27
Hex99BE611303119542a38
Octal23127614123061311245270
Binary10011001101111101100001100110110001110011010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,190,97); }

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

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

 a { background-color: rgb(153,190,97); }

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

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

 span { border-color: rgb(153,190,97); }

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