Html Css Color HEX #A5B820 Bahia

📋 copy color: '#A5B820'

red 165 ◦ green 184 ◦ blue 32

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

Shades of Bahia #A5B820

Tints of Bahia #A5B820

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.29%

 BLUE value IS 32 (12.89% from 255) = 8.4%

R = 43.31%
G = 48.29%
B = 8.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#A5B820 (or 0xA5B820) is known color: Bahia. HEX triplet: A5, B8 and 20. RGB value is (165,184,32). Sum of RGB (Red+Green+Blue) = 165+184+32=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B820 is #5A47DF. Grayscale: #A1A1A1. Windows color (decimal): -5916640 or 2144421. OLE color: 2144421.

HSL color Cylindrical-coordinate representation of color #A5B820: hue angle of 67.5º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5B820 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 184 32 -
CMYK 0.10 0 0.83 0.28
HSL 67.5º 0.7% 0.42% -
HSV(B) 67.5º 0.83% 0.72% -
XYZ 32.92 42.38 7.81 -
YUV 160.99 55.21 130.86 -
System Red Green Blue C M Y K H S L
Decimal 165 184 32 0.10 0 0.83 0.28 67.5 0.7 0.42
Hex A5 B8 20 A 0 53 1C 44 46 2A
Octal 245 270 40 12 0 123 34 104 106 52
Binary 10100101 10111000 100000 1010 0 1010011 11100 1000100 1000110 101010

Color Harmonies of #A5B820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B820

Black with #A5B820

Text Example


Text Example

White with #A5B820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B820; }

 p { color: rgb(165,184,32); }

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

background-color css

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

 a { background-color: rgb(165,184,32); }

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

border-color css

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

 span { border-color: rgb(165,184,32); }

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