Html Css Color HEX #99B46A Olivine

📋 copy color: '#99B46A'

red 153 ◦ green 180 ◦ blue 106

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

Shades of Olivine #99B46A

Tints of Olivine #99B46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.15%

R = 34.85%
G = 41%
B = 24.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#99B46A (or 0x99B46A) is known color: Olivine. HEX triplet: 99, B4 and 6A. RGB value is (153,180,106). Sum of RGB (Red+Green+Blue) = 153+180+106=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #99B46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B46A is #664B95. Grayscale: #A3A3A3. Windows color (decimal): -6704022 or 6993049. OLE color: 6993049.

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

Color convert

RGB 153 180 106 -
CMYK 0.15 0 0.41 0.29
HSL 81.89º 0.33% 0.56% -
HSV(B) 81.89º 0.41% 0.71% -
XYZ 32.06 40.46 19.75 -
YUV 163.49 95.55 120.52 -
System Red Green Blue C M Y K H S L
Decimal 153 180 106 0.15 0 0.41 0.29 81.89 0.33 0.56
Hex 99 B4 6A F 0 29 1D 52 21 38
Octal 231 264 152 17 0 51 35 122 41 70
Binary 10011001 10110100 1101010 1111 0 101001 11101 1010010 100001 111000

Color Harmonies of #99B46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B46A

Black with #99B46A

Text Example


Text Example

White with #99B46A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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