Html Css Color HEX #A8B25C Olive Green

📋 copy color: '#A8B25C'

red 168 ◦ green 178 ◦ blue 92

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

Shades of Olive Green #A8B25C

Tints of Olive Green #A8B25C

RGB

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

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

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

R = 38.36%
G = 40.64%
B = 21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#A8B25C (or 0xA8B25C) is known color: Olive Green. HEX triplet: A8, B2 and 5C. RGB value is (168,178,92). Sum of RGB (Red+Green+Blue) = 168+178+92=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B25C is #574DA3. Grayscale: #A5A5A5. Windows color (decimal): -5721508 or 6075048. OLE color: 6075048.

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

Color convert

RGB 168 178 92 -
CMYK 0.06 0 0.48 0.30
HSL 66.98º 0.36% 0.53% -
HSV(B) 66.98º 0.48% 0.7% -
XYZ 34 40.94 16.24 -
YUV 165.21 86.69 129.99 -
System Red Green Blue C M Y K H S L
Decimal 168 178 92 0.06 0 0.48 0.30 66.98 0.36 0.53
Hex A8 B2 5C 6 0 30 1E 43 24 35
Octal 250 262 134 6 0 60 36 103 44 65
Binary 10101000 10110010 1011100 110 0 110000 11110 1000011 100100 110101

Color Harmonies of #A8B25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B25C

Black with #A8B25C

Text Example


Text Example

White with #A8B25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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