Html Css Color HEX #99B463 Olivine

📋 copy color: '#99B463'

red 153 ◦ green 180 ◦ blue 99

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

Shades of Olivine #99B463

Tints of Olivine #99B463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.92%

R = 35.42%
G = 41.67%
B = 22.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#99B463 (or 0x99B463) is known color: Olivine. HEX triplet: 99, B4 and 63. RGB value is (153,180,99). Sum of RGB (Red+Green+Blue) = 153+180+99=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #99B463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B463 is #664B9C. Grayscale: #A2A2A2. Windows color (decimal): -6704029 or 6534297. OLE color: 6534297.

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

Color convert

RGB 153 180 99 -
CMYK 0.15 0 0.45 0.29
HSL 80º 0.35% 0.55% -
HSV(B) 80º 0.45% 0.71% -
XYZ 31.71 40.32 17.91 -
YUV 162.69 92.05 121.09 -
System Red Green Blue C M Y K H S L
Decimal 153 180 99 0.15 0 0.45 0.29 80 0.35 0.55
Hex 99 B4 63 F 0 2D 1D 50 23 37
Octal 231 264 143 17 0 55 35 120 43 67
Binary 10011001 10110100 1100011 1111 0 101101 11101 1010000 100011 110111

Color Harmonies of #99B463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B463

Black with #99B463

Text Example


Text Example

White with #99B463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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