Html Css Color HEX #99B470 Olivine

📋 copy color: '#99B470'

red 153 ◦ green 180 ◦ blue 112

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

Shades of Olivine #99B470

Tints of Olivine #99B470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.17%

R = 34.38%
G = 40.45%
B = 25.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#99B470 (or 0x99B470) is known color: Olivine. HEX triplet: 99, B4 and 70. RGB value is (153,180,112). Sum of RGB (Red+Green+Blue) = 153+180+112=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #99B470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B470 is #664B8F. Grayscale: #A4A4A4. Windows color (decimal): -6704016 or 7386265. OLE color: 7386265.

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

Color convert

RGB 153 180 112 -
CMYK 0.15 0 0.38 0.29
HSL 83.82º 0.31% 0.57% -
HSV(B) 83.82º 0.38% 0.71% -
XYZ 32.38 40.58 21.46 -
YUV 164.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 153 180 112 0.15 0 0.38 0.29 83.82 0.31 0.57
Hex 99 B4 70 F 0 26 1D 54 1F 39
Octal 231 264 160 17 0 46 35 124 37 71
Binary 10011001 10110100 1110000 1111 0 100110 11101 1010100 11111 111001

Color Harmonies of #99B470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B470

Black with #99B470

Text Example


Text Example

White with #99B470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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