Html Css Color HEX #A8B15B Olive Green

📋 copy color: '#A8B15B'

red 168 ◦ green 177 ◦ blue 91

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

Shades of Olive Green #A8B15B

Tints of Olive Green #A8B15B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.6%

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

R = 38.53%
G = 40.6%
B = 20.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#A8B15B (or 0xA8B15B) is known color: Olive Green. HEX triplet: A8, B1 and 5B. RGB value is (168,177,91). Sum of RGB (Red+Green+Blue) = 168+177+91=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B15B is #574EA4. Grayscale: #A4A4A4. Windows color (decimal): -5721765 or 6009256. OLE color: 6009256.

HSL color Cylindrical-coordinate representation of color #A8B15B: hue angle of 66.28º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8B15B is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 177 91 -
CMYK 0.05 0 0.49 0.31
HSL 66.28º 0.36% 0.53% -
HSV(B) 66.28º 0.49% 0.69% -
XYZ 33.76 40.52 15.94 -
YUV 164.51 86.52 130.49 -
System Red Green Blue C M Y K H S L
Decimal 168 177 91 0.05 0 0.49 0.31 66.28 0.36 0.53
Hex A8 B1 5B 5 0 31 1F 42 24 35
Octal 250 261 133 5 0 61 37 102 44 65
Binary 10101000 10110001 1011011 101 0 110001 11111 1000010 100100 110101

Color Harmonies of #A8B15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B15B

Black with #A8B15B

Text Example


Text Example

White with #A8B15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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