Html Css Color HEX #98B082 Olivine

📋 copy color: '#98B082'

red 152 ◦ green 176 ◦ blue 130

#98B082
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #98B082

Tints of Olivine #98B082

RGB

 RED value IS 152 (59.77% from 255) = 33.19%

 GREEN value IS 176 (69.14% from 255) = 38.43%

 BLUE value IS 130 (51.17% from 255) = 28.38%

R = 33.19%
G = 38.43%
B = 28.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#98B082 (or 0x98B082) is known color: Olivine. HEX triplet: 98, B0 and 82. RGB value is (152,176,130). Sum of RGB (Red+Green+Blue) = 152+176+130=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 176 - color contains mainly: green. Hex color #98B082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B082 is #674F7D. Grayscale: #A3A3A3. Windows color (decimal): -6770558 or 8564888. OLE color: 8564888.

HSL color Cylindrical-coordinate representation of color #98B082: hue angle of 91.3º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98B082 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 176 130 -
CMYK 0.14 0 0.26 0.31
HSL 91.3º 0.23% 0.6% -
HSV(B) 91.3º 0.26% 0.69% -
XYZ 32.5 39.34 27 -
YUV 163.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 152 176 130 0.14 0 0.26 0.31 91.3 0.23 0.6
Hex 98 B0 82 E 0 1A 1F 5B 17 3C
Octal 230 260 202 16 0 32 37 133 27 74
Binary 10011000 10110000 10000010 1110 0 11010 11111 1011011 10111 111100

Color Harmonies of #98B082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B082

Black with #98B082

Text Example


Text Example

White with #98B082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,176,130); }

 H1.HeaderClassName
 {
   color: #98B082;
 }
 .AnyTagClassName
 {
   color: #98B082;
 }
</style>

background-color css

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

 a { background-color: rgb(152,176,130); }

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

border-color css

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

 span { border-color: rgb(152,176,130); }

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