Html Css Color HEX #99B47D Olivine

📋 copy color: '#99B47D'

red 153 ◦ green 180 ◦ blue 125

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

Shades of Olivine #99B47D

Tints of Olivine #99B47D

RGB

 RED value IS 153 (60.16% from 255) = 33.41%

 GREEN value IS 180 (70.7% from 255) = 39.3%

 BLUE value IS 125 (49.22% from 255) = 27.29%

R = 33.41%
G = 39.3%
B = 27.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#99B47D (or 0x99B47D) is known color: Olivine. HEX triplet: 99, B4 and 7D. RGB value is (153,180,125). Sum of RGB (Red+Green+Blue) = 153+180+125=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #99B47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B47D is #664B82. Grayscale: #A5A5A5. Windows color (decimal): -6704003 or 8238233. OLE color: 8238233.

HSL color Cylindrical-coordinate representation of color #99B47D: hue angle of 89.45º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99B47D is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 180 125 -
CMYK 0.15 0 0.31 0.29
HSL 89.45º 0.27% 0.6% -
HSV(B) 89.45º 0.31% 0.71% -
XYZ 33.16 40.9 25.55 -
YUV 165.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 153 180 125 0.15 0 0.31 0.29 89.45 0.27 0.6
Hex 99 B4 7D F 0 1F 1D 59 1B 3C
Octal 231 264 175 17 0 37 35 131 33 74
Binary 10011001 10110100 1111101 1111 0 11111 11101 1011001 11011 111100

Color Harmonies of #99B47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B47D

Black with #99B47D

Text Example


Text Example

White with #99B47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99B47D; }

 p { color: rgb(153,180,125); }

 H1.HeaderClassName
 {
   color: #99B47D;
 }
 .AnyTagClassName
 {
   color: #99B47D;
 }
</style>

background-color css

<style>
 a { background-color: #99B47D; }

 a { background-color: rgb(153,180,125); }

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

border-color css

<style>
 span { border-color: #99B47D; }

 span { border-color: rgb(153,180,125); }

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