Html Css Color HEX #A5A752 Olive Green

📋 copy color: '#A5A752'

red 165 ◦ green 167 ◦ blue 82

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

Shades of Olive Green #A5A752

Tints of Olive Green #A5A752

RGB

 RED value IS 165 (64.84% from 255) = 39.86%

 GREEN value IS 167 (65.63% from 255) = 40.34%

 BLUE value IS 82 (32.42% from 255) = 19.81%

R = 39.86%
G = 40.34%
B = 19.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A5A752 (or 0xA5A752) is known color: Olive Green. HEX triplet: A5, A7 and 52. RGB value is (165,167,82). Sum of RGB (Red+Green+Blue) = 165+167+82=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A752 is #5A58AD. Grayscale: #9D9D9D. Windows color (decimal): -5920942 or 5416869. OLE color: 5416869.

HSL color Cylindrical-coordinate representation of color #A5A752: hue angle of 61.41º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5A752 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 167 82 -
CMYK 0.01 0 0.51 0.35
HSL 61.41º 0.34% 0.49% -
HSV(B) 61.41º 0.51% 0.65% -
XYZ 30.86 36.25 13.35 -
YUV 156.71 85.84 133.91 -
System Red Green Blue C M Y K H S L
Decimal 165 167 82 0.01 0 0.51 0.35 61.41 0.34 0.49
Hex A5 A7 52 1 0 33 23 3D 22 31
Octal 245 247 122 1 0 63 43 75 42 61
Binary 10100101 10100111 1010010 1 0 110011 100011 111101 100010 110001

Color Harmonies of #A5A752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A752

Black with #A5A752

Text Example


Text Example

White with #A5A752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A752; }

 p { color: rgb(165,167,82); }

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

background-color css

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

 a { background-color: rgb(165,167,82); }

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

border-color css

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

 span { border-color: rgb(165,167,82); }

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