#98BD7B

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

Shades of Olivine #98BD7B

Tints of Olivine #98BD7B

Color information

#98BD7B (or 0x98BD7B) is unknown color: approx Olivine. HEX triplet: 98, BD and 7B. RGB value is (152,189,123). Sum of RGB (Red+Green+Blue) = 152+189+123=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BD7B is #674284. Grayscale: #AAAAAA. Windows color (decimal): -6767237 or 8109464. OLE color: 8109464.

HSL color Cylindrical-coordinate representation of color #98BD7B: hue angle of 93.64º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98BD7B is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB152189123-
CMYK0.2000.350.26
HSL93.64º33.33%61.18%-
HSV(B)93.64º34.92%74.12%-
XYZ34.7244.525.5-
YUV170.41101.24114.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.76%
GREEN value IS 189 (74.22% from 255) = 40.73%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=32.76%
G=40.73%
B=26.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521891230.2000.350.2693.6433.3361.18
Hex98BD7B140231A5e213d
Octal23027517324043321364175
Binary10011000101111011111011101000100011110101011110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,189,123); }

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

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

 a { background-color: rgb(152,189,123); }

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

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

 span { border-color: rgb(152,189,123); }

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