Html Css Color HEX #A5B119 Bahia

📋 copy color: '#A5B119'

red 165 ◦ green 177 ◦ blue 25

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

Shades of Bahia #A5B119

Tints of Bahia #A5B119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.81%

R = 44.96%
G = 48.23%
B = 6.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#A5B119 (or 0xA5B119) is known color: Bahia. HEX triplet: A5, B1 and 19. RGB value is (165,177,25). Sum of RGB (Red+Green+Blue) = 165+177+25=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5B119 is #5A4EE6. Grayscale: #9C9C9C. Windows color (decimal): -5918439 or 1683877. OLE color: 1683877.

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

Color convert

RGB 165 177 25 -
CMYK 0.07 0 0.86 0.31
HSL 64.74º 0.75% 0.4% -
HSV(B) 64.74º 0.86% 0.69% -
XYZ 31.41 39.51 6.89 -
YUV 156.08 54.02 134.36 -
System Red Green Blue C M Y K H S L
Decimal 165 177 25 0.07 0 0.86 0.31 64.74 0.75 0.4
Hex A5 B1 19 7 0 56 1F 41 4B 28
Octal 245 261 31 7 0 126 37 101 113 50
Binary 10100101 10110001 11001 111 0 1010110 11111 1000001 1001011 101000

Color Harmonies of #A5B119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B119

Black with #A5B119

Text Example


Text Example

White with #A5B119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B119; }

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

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

background-color css

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

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

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

border-color css

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

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

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