Html Css Color HEX #A8B254 Olive Green

📋 copy color: '#A8B254'

red 168 ◦ green 178 ◦ blue 84

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

Shades of Olive Green #A8B254

Tints of Olive Green #A8B254

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.4%

 BLUE value IS 84 (33.2% from 255) = 19.53%

R = 39.07%
G = 41.4%
B = 19.53%

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

#A8B254 (or 0xA8B254) is known color: Olive Green. HEX triplet: A8, B2 and 54. RGB value is (168,178,84). Sum of RGB (Red+Green+Blue) = 168+178+84=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B254 is #574DAB. Grayscale: #A4A4A4. Windows color (decimal): -5721516 or 5550760. OLE color: 5550760.

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

Color convert

RGB 168 178 84 -
CMYK 0.06 0 0.53 0.30
HSL 66.38º 0.38% 0.51% -
HSV(B) 66.38º 0.53% 0.7% -
XYZ 33.67 40.81 14.49 -
YUV 164.29 82.69 130.64 -
System Red Green Blue C M Y K H S L
Decimal 168 178 84 0.06 0 0.53 0.30 66.38 0.38 0.51
Hex A8 B2 54 6 0 35 1E 42 26 33
Octal 250 262 124 6 0 65 36 102 46 63
Binary 10101000 10110010 1010100 110 0 110101 11110 1000010 100110 110011

Color Harmonies of #A8B254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B254

Black with #A8B254

Text Example


Text Example

White with #A8B254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B254; }

 p { color: rgb(168,178,84); }

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

background-color css

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

 a { background-color: rgb(168,178,84); }

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

border-color css

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

 span { border-color: rgb(168,178,84); }

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