Html Css Color HEX #A8B55D Olive Green

📋 copy color: '#A8B55D'

red 168 ◦ green 181 ◦ blue 93

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

Shades of Olive Green #A8B55D

Tints of Olive Green #A8B55D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.95%

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

R = 38.01%
G = 40.95%
B = 21.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#A8B55D (or 0xA8B55D) is known color: Olive Green. HEX triplet: A8, B5 and 5D. RGB value is (168,181,93). Sum of RGB (Red+Green+Blue) = 168+181+93=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B55D is #574AA2. Grayscale: #A7A7A7. Windows color (decimal): -5720739 or 6141352. OLE color: 6141352.

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

Color convert

RGB 168 181 93 -
CMYK 0.07 0 0.49 0.29
HSL 68.86º 0.37% 0.54% -
HSV(B) 68.86º 0.49% 0.71% -
XYZ 34.65 42.16 16.67 -
YUV 167.08 86.19 128.66 -
System Red Green Blue C M Y K H S L
Decimal 168 181 93 0.07 0 0.49 0.29 68.86 0.37 0.54
Hex A8 B5 5D 7 0 31 1D 45 25 36
Octal 250 265 135 7 0 61 35 105 45 66
Binary 10101000 10110101 1011101 111 0 110001 11101 1000101 100101 110110

Color Harmonies of #A8B55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B55D

Black with #A8B55D

Text Example


Text Example

White with #A8B55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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