Html Css Color HEX #A8B355 Olive Green

📋 copy color: '#A8B355'

red 168 ◦ green 179 ◦ blue 85

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

Shades of Olive Green #A8B355

Tints of Olive Green #A8B355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.68%

R = 38.89%
G = 41.44%
B = 19.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#A8B355 (or 0xA8B355) is known color: Olive Green. HEX triplet: A8, B3 and 55. RGB value is (168,179,85). Sum of RGB (Red+Green+Blue) = 168+179+85=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B355 is #574CAA. Grayscale: #A5A5A5. Windows color (decimal): -5721259 or 5616552. OLE color: 5616552.

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

Color convert

RGB 168 179 85 -
CMYK 0.06 0 0.53 0.30
HSL 67.02º 0.38% 0.52% -
HSV(B) 67.02º 0.53% 0.7% -
XYZ 33.91 41.22 14.76 -
YUV 165 82.86 130.14 -
System Red Green Blue C M Y K H S L
Decimal 168 179 85 0.06 0 0.53 0.30 67.02 0.38 0.52
Hex A8 B3 55 6 0 35 1E 43 26 34
Octal 250 263 125 6 0 65 36 103 46 64
Binary 10101000 10110011 1010101 110 0 110101 11110 1000011 100110 110100

Color Harmonies of #A8B355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B355

Black with #A8B355

Text Example


Text Example

White with #A8B355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B355; }

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

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

background-color css

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

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

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

border-color css

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

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

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