Html Css Color HEX #A5BA1C Bahia

📋 copy color: '#A5BA1C'

red 165 ◦ green 186 ◦ blue 28

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

Shades of Bahia #A5BA1C

Tints of Bahia #A5BA1C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.08%

 BLUE value IS 28 (11.33% from 255) = 7.39%

R = 43.54%
G = 49.08%
B = 7.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#A5BA1C (or 0xA5BA1C) is known color: Bahia. HEX triplet: A5, BA and 1C. RGB value is (165,186,28). Sum of RGB (Red+Green+Blue) = 165+186+28=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BA1C is #5A45E3. Grayscale: #A2A2A2. Windows color (decimal): -5916132 or 1882789. OLE color: 1882789.

HSL color Cylindrical-coordinate representation of color #A5BA1C: hue angle of 67.97º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5BA1C is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 28 -
CMYK 0.11 0 0.85 0.27
HSL 67.97º 0.74% 0.42% -
HSV(B) 67.97º 0.85% 0.73% -
XYZ 33.29 43.2 7.68 -
YUV 161.71 52.54 130.35 -
System Red Green Blue C M Y K H S L
Decimal 165 186 28 0.11 0 0.85 0.27 67.97 0.74 0.42
Hex A5 BA 1C B 0 55 1B 44 4A 2A
Octal 245 272 34 13 0 125 33 104 112 52
Binary 10100101 10111010 11100 1011 0 1010101 11011 1000100 1001010 101010

Color Harmonies of #A5BA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA1C

Black with #A5BA1C

Text Example


Text Example

White with #A5BA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA1C; }

 p { color: rgb(165,186,28); }

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

background-color css

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

 a { background-color: rgb(165,186,28); }

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

border-color css

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

 span { border-color: rgb(165,186,28); }

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