#98C36B

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

Shades of Olivine #98C36B

Tints of Olivine #98C36B

Color information

#98C36B (or 0x98C36B) is unknown color: approx Olivine. HEX triplet: 98, C3 and 6B. RGB value is (152,195,107). Sum of RGB (Red+Green+Blue) = 152+195+107=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #98C36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C36B is #673C94. Grayscale: #ACACAC. Windows color (decimal): -6765717 or 7062424. OLE color: 7062424.

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

Color convert

RGB152195107-
CMYK0.2200.450.24
HSL89.32º42.31%59.22%-
HSV(B)89.32º45.13%76.47%-
XYZ35.1246.7721.09-
YUV172.1191.25113.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.48%
GREEN value IS 195 (76.56% from 255) = 42.95%
BLUE value IS 107 (42.19% from 255) = 23.57%
R=33.48%
G=42.95%
B=23.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521951070.2200.450.2489.3242.3159.22
Hex98C36B1602D18592a3b
Octal23030315326055301315273
Binary10011000110000111101011101100101101110001011001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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