#98CB66

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

Shades of Olivine #98CB66

Tints of Olivine #98CB66

Color information

#98CB66 (or 0x98CB66) is unknown color: approx Olivine. HEX triplet: 98, CB and 66. RGB value is (152,203,102). Sum of RGB (Red+Green+Blue) = 152+203+102=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CB66 is #673499. Grayscale: #B0B0B0. Windows color (decimal): -6763674 or 6736792. OLE color: 6736792.

HSL color Cylindrical-coordinate representation of color #98CB66: hue angle of 90.3º degrees, saturation: 0.49, 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 #98CB66 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB152203102-
CMYK0.2500.500.20
HSL90.3º49.27%59.8%-
HSV(B)90.3º49.75%79.61%-
XYZ36.750.3520.35-
YUV176.2486.1110.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 203 (79.69% from 255) = 44.42%
BLUE value IS 102 (40.23% from 255) = 22.32%
R=33.26%
G=44.42%
B=22.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522031020.2500.500.2090.349.2759.8
Hex98CB6619032145a313c
Octal23031314631062241326174
Binary10011000110010111100110110010110010101001011010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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