Html Css Color HEX #A5BA1B Bahia

📋 copy color: '#A5BA1B'

red 165 ◦ green 186 ◦ blue 27

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

Shades of Bahia #A5BA1B

Tints of Bahia #A5BA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.14%

R = 43.65%
G = 49.21%
B = 7.14%

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

#A5BA1B (or 0xA5BA1B) is known color: Bahia. HEX triplet: A5, BA and 1B. RGB value is (165,186,27). Sum of RGB (Red+Green+Blue) = 165+186+27=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BA1B is #5A45E4. Grayscale: #A2A2A2. Windows color (decimal): -5916133 or 1817253. OLE color: 1817253.

HSL color Cylindrical-coordinate representation of color #A5BA1B: hue angle of 67.92º degrees, saturation: 0.75, 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 #A5BA1B is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 27 -
CMYK 0.11 0 0.85 0.27
HSL 67.92º 0.75% 0.42% -
HSV(B) 67.92º 0.85% 0.73% -
XYZ 33.27 43.2 7.62 -
YUV 161.6 52.04 130.43 -
System Red Green Blue C M Y K H S L
Decimal 165 186 27 0.11 0 0.85 0.27 67.92 0.75 0.42
Hex A5 BA 1B B 0 55 1B 44 4B 2A
Octal 245 272 33 13 0 125 33 104 113 52
Binary 10100101 10111010 11011 1011 0 1010101 11011 1000100 1001011 101010

Color Harmonies of #A5BA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA1B

Black with #A5BA1B

Text Example


Text Example

White with #A5BA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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