#98C36A

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

Shades of Olivine #98C36A

Tints of Olivine #98C36A

Color information

#98C36A (or 0x98C36A) is unknown color: approx Olivine. HEX triplet: 98, C3 and 6A. RGB value is (152,195,106). Sum of RGB (Red+Green+Blue) = 152+195+106=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #98C36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C36A is #673C95. Grayscale: #ACACAC. Windows color (decimal): -6765718 or 6996888. OLE color: 6996888.

HSL color Cylindrical-coordinate representation of color #98C36A: hue angle of 88.99º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98C36A is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB152195106-
CMYK0.2200.460.24
HSL88.99º42.58%59.02%-
HSV(B)88.99º45.64%76.47%-
XYZ35.0746.7520.81-
YUV17290.75113.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.55%
GREEN value IS 195 (76.56% from 255) = 43.05%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=33.55%
G=43.05%
B=23.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521951060.2200.460.2488.9942.5859.02
Hex98C36A1602E18592b3b
Octal23030315226056301315373
Binary10011000110000111101010101100101110110001011001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98C36A; }

 p { color: rgb(152,195,106); }

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

<style>
 a { background-color: #98C36A; }

 a { background-color: rgb(152,195,106); }

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

<style>
 span { border-color: #98C36A; }

 span { border-color: rgb(152,195,106); }

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