Html Css Color HEX #A5B11A Bahia

📋 copy color: '#A5B11A'

red 165 ◦ green 177 ◦ blue 26

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

Shades of Bahia #A5B11A

Tints of Bahia #A5B11A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.1%

 BLUE value IS 26 (10.55% from 255) = 7.07%

R = 44.84%
G = 48.1%
B = 7.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#A5B11A (or 0xA5B11A) is known color: Bahia. HEX triplet: A5, B1 and 1A. RGB value is (165,177,26). Sum of RGB (Red+Green+Blue) = 165+177+26=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B11A is #5A4EE5. Grayscale: #9C9C9C. Windows color (decimal): -5918438 or 1749413. OLE color: 1749413.

HSL color Cylindrical-coordinate representation of color #A5B11A: hue angle of 64.77º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5B11A is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 177 26 -
CMYK 0.07 0 0.85 0.31
HSL 64.77º 0.74% 0.4% -
HSV(B) 64.77º 0.85% 0.69% -
XYZ 31.43 39.52 6.95 -
YUV 156.2 54.52 134.28 -
System Red Green Blue C M Y K H S L
Decimal 165 177 26 0.07 0 0.85 0.31 64.77 0.74 0.4
Hex A5 B1 1A 7 0 55 1F 41 4A 28
Octal 245 261 32 7 0 125 37 101 112 50
Binary 10100101 10110001 11010 111 0 1010101 11111 1000001 1001010 101000

Color Harmonies of #A5B11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B11A

Black with #A5B11A

Text Example


Text Example

White with #A5B11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B11A; }

 p { color: rgb(165,177,26); }

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

background-color css

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

 a { background-color: rgb(165,177,26); }

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

border-color css

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

 span { border-color: rgb(165,177,26); }

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