Html Css Color HEX #A5B41F Bahia

📋 copy color: '#A5B41F'

red 165 ◦ green 180 ◦ blue 31

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

Shades of Bahia #A5B41F

Tints of Bahia #A5B41F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.87%

 BLUE value IS 31 (12.5% from 255) = 8.24%

R = 43.88%
G = 47.87%
B = 8.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#A5B41F (or 0xA5B41F) is known color: Bahia. HEX triplet: A5, B4 and 1F. RGB value is (165,180,31). Sum of RGB (Red+Green+Blue) = 165+180+31=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B41F is #5A4BE0. Grayscale: #9F9F9F. Windows color (decimal): -5917665 or 2077861. OLE color: 2077861.

HSL color Cylindrical-coordinate representation of color #A5B41F: hue angle of 66.04º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5B41F is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 180 31 -
CMYK 0.08 0 0.83 0.29
HSL 66.04º 0.71% 0.41% -
HSV(B) 66.04º 0.83% 0.71% -
XYZ 32.09 40.74 7.47 -
YUV 158.53 56.03 132.62 -
System Red Green Blue C M Y K H S L
Decimal 165 180 31 0.08 0 0.83 0.29 66.04 0.71 0.41
Hex A5 B4 1F 8 0 53 1D 42 47 29
Octal 245 264 37 10 0 123 35 102 107 51
Binary 10100101 10110100 11111 1000 0 1010011 11101 1000010 1000111 101001

Color Harmonies of #A5B41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B41F

Black with #A5B41F

Text Example


Text Example

White with #A5B41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B41F; }

 p { color: rgb(165,180,31); }

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

background-color css

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

 a { background-color: rgb(165,180,31); }

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

border-color css

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

 span { border-color: rgb(165,180,31); }

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