Html Css Color HEX #A8B65C Olive Green

📋 copy color: '#A8B65C'

red 168 ◦ green 182 ◦ blue 92

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

Shades of Olive Green #A8B65C

Tints of Olive Green #A8B65C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.81%

R = 38.01%
G = 41.18%
B = 20.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#A8B65C (or 0xA8B65C) is known color: Olive Green. HEX triplet: A8, B6 and 5C. RGB value is (168,182,92). Sum of RGB (Red+Green+Blue) = 168+182+92=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B65C is #5749A3. Grayscale: #A7A7A7. Windows color (decimal): -5720484 or 6076072. OLE color: 6076072.

HSL color Cylindrical-coordinate representation of color #A8B65C: hue angle of 69.33º degrees, saturation: 0.38, 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 #A8B65C is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 182 92 -
CMYK 0.08 0 0.49 0.29
HSL 69.33º 0.38% 0.54% -
HSV(B) 69.33º 0.49% 0.71% -
XYZ 34.81 42.55 16.5 -
YUV 167.55 85.36 128.32 -
System Red Green Blue C M Y K H S L
Decimal 168 182 92 0.08 0 0.49 0.29 69.33 0.38 0.54
Hex A8 B6 5C 8 0 31 1D 45 26 36
Octal 250 266 134 10 0 61 35 105 46 66
Binary 10101000 10110110 1011100 1000 0 110001 11101 1000101 100110 110110

Color Harmonies of #A8B65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B65C

Black with #A8B65C

Text Example


Text Example

White with #A8B65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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