Html Css Color HEX #A8B55B Olive Green

📋 copy color: '#A8B55B'

red 168 ◦ green 181 ◦ blue 91

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

Shades of Olive Green #A8B55B

Tints of Olive Green #A8B55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.68%

R = 38.18%
G = 41.14%
B = 20.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#A8B55B (or 0xA8B55B) is known color: Olive Green. HEX triplet: A8, B5 and 5B. RGB value is (168,181,91). Sum of RGB (Red+Green+Blue) = 168+181+91=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B55B is #574AA4. Grayscale: #A7A7A7. Windows color (decimal): -5720741 or 6010280. OLE color: 6010280.

HSL color Cylindrical-coordinate representation of color #A8B55B: hue angle of 68.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8B55B is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 181 91 -
CMYK 0.07 0 0.50 0.29
HSL 68.67º 0.38% 0.53% -
HSV(B) 68.67º 0.5% 0.71% -
XYZ 34.56 42.13 16.21 -
YUV 166.85 85.19 128.82 -
System Red Green Blue C M Y K H S L
Decimal 168 181 91 0.07 0 0.50 0.29 68.67 0.38 0.53
Hex A8 B5 5B 7 0 32 1D 45 26 35
Octal 250 265 133 7 0 62 35 105 46 65
Binary 10101000 10110101 1011011 111 0 110010 11101 1000101 100110 110101

Color Harmonies of #A8B55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B55B

Black with #A8B55B

Text Example


Text Example

White with #A8B55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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