#98CD66

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

Shades of Olivine #98CD66

Tints of Olivine #98CD66

Color information

#98CD66 (or 0x98CD66) is unknown color: approx Olivine. HEX triplet: 98, CD and 66. RGB value is (152,205,102). Sum of RGB (Red+Green+Blue) = 152+205+102=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #98CD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CD66 is #673299. Grayscale: #B1B1B1. Windows color (decimal): -6763162 or 6737304. OLE color: 6737304.

HSL color Cylindrical-coordinate representation of color #98CD66: hue angle of 90.87º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98CD66 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB152205102-
CMYK0.2600.500.20
HSL90.87º50.74%60.2%-
HSV(B)90.87º50.24%80.39%-
XYZ37.1851.320.51-
YUV177.4185.44109.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 205 (80.47% from 255) = 44.66%
BLUE value IS 102 (40.23% from 255) = 22.22%
R=33.12%
G=44.66%
B=22.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522051020.2600.500.2090.8750.7460.2
Hex98CD661A032145b333c
Octal23031514632062241336374
Binary10011000110011011100110110100110010101001011011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,205,102); }

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

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

 a { background-color: rgb(152,205,102); }

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

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

 span { border-color: rgb(152,205,102); }

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