Html Css Color HEX #99B480 Olivine

📋 copy color: '#99B480'

red 153 ◦ green 180 ◦ blue 128

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

Shades of Olivine #99B480

Tints of Olivine #99B480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.77%

R = 33.19%
G = 39.05%
B = 27.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#99B480 (or 0x99B480) is known color: Olivine. HEX triplet: 99, B4 and 80. RGB value is (153,180,128). Sum of RGB (Red+Green+Blue) = 153+180+128=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #99B480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B480 is #664B7F. Grayscale: #A6A6A6. Windows color (decimal): -6704000 or 8434841. OLE color: 8434841.

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

Color convert

RGB 153 180 128 -
CMYK 0.15 0 0.29 0.29
HSL 91.15º 0.26% 0.6% -
HSV(B) 91.15º 0.29% 0.71% -
XYZ 33.35 40.97 26.57 -
YUV 166 106.55 118.73 -
System Red Green Blue C M Y K H S L
Decimal 153 180 128 0.15 0 0.29 0.29 91.15 0.26 0.6
Hex 99 B4 80 F 0 1D 1D 5B 1A 3C
Octal 231 264 200 17 0 35 35 133 32 74
Binary 10011001 10110100 10000000 1111 0 11101 11101 1011011 11010 111100

Color Harmonies of #99B480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B480

Black with #99B480

Text Example


Text Example

White with #99B480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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