Html Css Color HEX #A8B356 Olive Green

📋 copy color: '#A8B356'

red 168 ◦ green 179 ◦ blue 86

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

Shades of Olive Green #A8B356

Tints of Olive Green #A8B356

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.34%

 BLUE value IS 86 (33.98% from 255) = 19.86%

R = 38.8%
G = 41.34%
B = 19.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#A8B356 (or 0xA8B356) is known color: Olive Green. HEX triplet: A8, B3 and 56. RGB value is (168,179,86). Sum of RGB (Red+Green+Blue) = 168+179+86=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B356 is #574CA9. Grayscale: #A5A5A5. Windows color (decimal): -5721258 or 5682088. OLE color: 5682088.

HSL color Cylindrical-coordinate representation of color #A8B356: hue angle of 67.1º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8B356 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 179 86 -
CMYK 0.06 0 0.52 0.30
HSL 67.1º 0.38% 0.52% -
HSV(B) 67.1º 0.52% 0.7% -
XYZ 33.95 41.24 14.97 -
YUV 165.11 83.36 130.06 -
System Red Green Blue C M Y K H S L
Decimal 168 179 86 0.06 0 0.52 0.30 67.1 0.38 0.52
Hex A8 B3 56 6 0 34 1E 43 26 34
Octal 250 263 126 6 0 64 36 103 46 64
Binary 10101000 10110011 1010110 110 0 110100 11110 1000011 100110 110100

Color Harmonies of #A8B356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B356

Black with #A8B356

Text Example


Text Example

White with #A8B356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B356; }

 p { color: rgb(168,179,86); }

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

background-color css

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

 a { background-color: rgb(168,179,86); }

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

border-color css

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

 span { border-color: rgb(168,179,86); }

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