Html Css Color HEX #A5AD1E Bahia

📋 copy color: '#A5AD1E'

red 165 ◦ green 173 ◦ blue 30

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

Shades of Bahia #A5AD1E

Tints of Bahia #A5AD1E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.01%

 BLUE value IS 30 (12.11% from 255) = 8.15%

R = 44.84%
G = 47.01%
B = 8.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#A5AD1E (or 0xA5AD1E) is known color: Bahia. HEX triplet: A5, AD and 1E. RGB value is (165,173,30). Sum of RGB (Red+Green+Blue) = 165+173+30=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AD1E is #5A52E1. Grayscale: #9A9A9A. Windows color (decimal): -5919458 or 2010533. OLE color: 2010533.

HSL color Cylindrical-coordinate representation of color #A5AD1E: hue angle of 63.36º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5AD1E is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 173 30 -
CMYK 0.05 0 0.83 0.32
HSL 63.36º 0.7% 0.4% -
HSV(B) 63.36º 0.83% 0.68% -
XYZ 30.69 37.98 6.94 -
YUV 154.31 57.85 135.63 -
System Red Green Blue C M Y K H S L
Decimal 165 173 30 0.05 0 0.83 0.32 63.36 0.7 0.4
Hex A5 AD 1E 5 0 53 20 3F 46 28
Octal 245 255 36 5 0 123 40 77 106 50
Binary 10100101 10101101 11110 101 0 1010011 100000 111111 1000110 101000

Color Harmonies of #A5AD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD1E

Black with #A5AD1E

Text Example


Text Example

White with #A5AD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD1E; }

 p { color: rgb(165,173,30); }

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

background-color css

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

 a { background-color: rgb(165,173,30); }

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

border-color css

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

 span { border-color: rgb(165,173,30); }

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