Html Css Color HEX #A8B65B Olive Green

📋 copy color: '#A8B65B'

red 168 ◦ green 182 ◦ blue 91

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

Shades of Olive Green #A8B65B

Tints of Olive Green #A8B65B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.27%

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

R = 38.1%
G = 41.27%
B = 20.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#A8B65B (or 0xA8B65B) is known color: Olive Green. HEX triplet: A8, B6 and 5B. RGB value is (168,182,91). Sum of RGB (Red+Green+Blue) = 168+182+91=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B65B is #5749A4. Grayscale: #A7A7A7. Windows color (decimal): -5720485 or 6010536. OLE color: 6010536.

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

Color convert

RGB 168 182 91 -
CMYK 0.08 0 0.5 0.29
HSL 69.23º 0.38% 0.54% -
HSV(B) 69.23º 0.5% 0.71% -
XYZ 34.76 42.54 16.28 -
YUV 167.44 84.86 128.4 -
System Red Green Blue C M Y K H S L
Decimal 168 182 91 0.08 0 0.5 0.29 69.23 0.38 0.54
Hex A8 B6 5B 8 0 32 1D 45 26 36
Octal 250 266 133 10 0 62 35 105 46 66
Binary 10101000 10110110 1011011 1000 0 110010 11101 1000101 100110 110110

Color Harmonies of #A8B65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B65B

Black with #A8B65B

Text Example


Text Example

White with #A8B65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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