Html Css Color HEX #98B272 Olivine

📋 copy color: '#98B272'

red 152 ◦ green 178 ◦ blue 114

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

Shades of Olivine #98B272

Tints of Olivine #98B272

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.09%

 BLUE value IS 114 (44.92% from 255) = 25.68%

R = 34.23%
G = 40.09%
B = 25.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#98B272 (or 0x98B272) is known color: Olivine. HEX triplet: 98, B2 and 72. RGB value is (152,178,114). Sum of RGB (Red+Green+Blue) = 152+178+114=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #98B272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98B272 is #674D8D. Grayscale: #A3A3A3. Windows color (decimal): -6770062 or 7516824. OLE color: 7516824.

HSL color Cylindrical-coordinate representation of color #98B272: hue angle of 84.38º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98B272 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 178 114 -
CMYK 0.15 0 0.36 0.30
HSL 84.38º 0.29% 0.57% -
HSV(B) 84.38º 0.36% 0.7% -
XYZ 31.91 39.73 21.91 -
YUV 162.93 100.39 120.2 -
System Red Green Blue C M Y K H S L
Decimal 152 178 114 0.15 0 0.36 0.30 84.38 0.29 0.57
Hex 98 B2 72 F 0 24 1E 54 1D 39
Octal 230 262 162 17 0 44 36 124 35 71
Binary 10011000 10110010 1110010 1111 0 100100 11110 1010100 11101 111001

Color Harmonies of #98B272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B272

Black with #98B272

Text Example


Text Example

White with #98B272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,178,114); }

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

background-color css

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

 a { background-color: rgb(152,178,114); }

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

border-color css

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

 span { border-color: rgb(152,178,114); }

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