Html Css Color HEX #98B56A Olivine

📋 copy color: '#98B56A'

red 152 ◦ green 181 ◦ blue 106

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

Shades of Olivine #98B56A

Tints of Olivine #98B56A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.23%

 BLUE value IS 106 (41.8% from 255) = 24.15%

R = 34.62%
G = 41.23%
B = 24.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#98B56A (or 0x98B56A) is known color: Olivine. HEX triplet: 98, B5 and 6A. RGB value is (152,181,106). Sum of RGB (Red+Green+Blue) = 152+181+106=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #98B56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B56A is #674A95. Grayscale: #A4A4A4. Windows color (decimal): -6769302 or 6993304. OLE color: 6993304.

HSL color Cylindrical-coordinate representation of color #98B56A: hue angle of 83.2º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98B56A is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 181 106 -
CMYK 0.16 0 0.41 0.29
HSL 83.2º 0.34% 0.56% -
HSV(B) 83.2º 0.41% 0.71% -
XYZ 32.07 40.76 19.81 -
YUV 163.78 95.39 119.6 -
System Red Green Blue C M Y K H S L
Decimal 152 181 106 0.16 0 0.41 0.29 83.2 0.34 0.56
Hex 98 B5 6A 10 0 29 1D 53 22 38
Octal 230 265 152 20 0 51 35 123 42 70
Binary 10011000 10110101 1101010 10000 0 101001 11101 1010011 100010 111000

Color Harmonies of #98B56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B56A

Black with #98B56A

Text Example


Text Example

White with #98B56A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,181,106); }

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

background-color css

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

 a { background-color: rgb(152,181,106); }

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

border-color css

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

 span { border-color: rgb(152,181,106); }

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