Html Css Color HEX #98BD81 Olivine

📋 copy color: '#98BD81'

red 152 ◦ green 189 ◦ blue 129

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

Shades of Olivine #98BD81

Tints of Olivine #98BD81

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.21%

 BLUE value IS 129 (50.78% from 255) = 27.45%

R = 32.34%
G = 40.21%
B = 27.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#98BD81 (or 0x98BD81) is known color: Olivine. HEX triplet: 98, BD and 81. RGB value is (152,189,129). Sum of RGB (Red+Green+Blue) = 152+189+129=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BD81 is #67427E. Grayscale: #ABABAB. Windows color (decimal): -6767231 or 8502680. OLE color: 8502680.

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

Color convert

RGB 152 189 129 -
CMYK 0.20 0 0.32 0.26
HSL 97º 0.31% 0.62% -
HSV(B) 97º 0.32% 0.74% -
XYZ 35.11 44.66 27.54 -
YUV 171.1 104.24 114.38 -
System Red Green Blue C M Y K H S L
Decimal 152 189 129 0.20 0 0.32 0.26 97 0.31 0.62
Hex 98 BD 81 14 0 20 1A 61 1F 3E
Octal 230 275 201 24 0 40 32 141 37 76
Binary 10011000 10111101 10000001 10100 0 100000 11010 1100001 11111 111110

Color Harmonies of #98BD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BD81

Black with #98BD81

Text Example


Text Example

White with #98BD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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