Html Css Color HEX #A8B45D Olive Green

📋 copy color: '#A8B45D'

red 168 ◦ green 180 ◦ blue 93

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

Shades of Olive Green #A8B45D

Tints of Olive Green #A8B45D

RGB

 RED value IS 168 (66.02% from 255) = 38.1%

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

 BLUE value IS 93 (36.72% from 255) = 21.09%

R = 38.1%
G = 40.82%
B = 21.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#A8B45D (or 0xA8B45D) is known color: Olive Green. HEX triplet: A8, B4 and 5D. RGB value is (168,180,93). Sum of RGB (Red+Green+Blue) = 168+180+93=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B45D is #574BA2. Grayscale: #A6A6A6. Windows color (decimal): -5720995 or 6141096. OLE color: 6141096.

HSL color Cylindrical-coordinate representation of color #A8B45D: hue angle of 68.28º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8B45D is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 180 93 -
CMYK 0.07 0 0.48 0.29
HSL 68.28º 0.37% 0.54% -
HSV(B) 68.28º 0.48% 0.71% -
XYZ 34.45 41.76 16.6 -
YUV 166.49 86.52 129.07 -
System Red Green Blue C M Y K H S L
Decimal 168 180 93 0.07 0 0.48 0.29 68.28 0.37 0.54
Hex A8 B4 5D 7 0 30 1D 44 25 36
Octal 250 264 135 7 0 60 35 104 45 66
Binary 10101000 10110100 1011101 111 0 110000 11101 1000100 100101 110110

Color Harmonies of #A8B45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B45D

Black with #A8B45D

Text Example


Text Example

White with #A8B45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B45D; }

 p { color: rgb(168,180,93); }

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

background-color css

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

 a { background-color: rgb(168,180,93); }

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

border-color css

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

 span { border-color: rgb(168,180,93); }

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