Html Css Color HEX #A5BA25 Bahia

📋 copy color: '#A5BA25'

red 165 ◦ green 186 ◦ blue 37

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

Shades of Bahia #A5BA25

Tints of Bahia #A5BA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.54%

R = 42.53%
G = 47.94%
B = 9.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#A5BA25 (or 0xA5BA25) is known color: Bahia. HEX triplet: A5, BA and 25. RGB value is (165,186,37). Sum of RGB (Red+Green+Blue) = 165+186+37=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BA25 is #5A45DA. Grayscale: #A3A3A3. Windows color (decimal): -5916123 or 2472613. OLE color: 2472613.

HSL color Cylindrical-coordinate representation of color #A5BA25: hue angle of 68.46º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5BA25 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 37 -
CMYK 0.11 0 0.80 0.27
HSL 68.46º 0.67% 0.44% -
HSV(B) 68.46º 0.8% 0.73% -
XYZ 33.41 43.25 8.34 -
YUV 162.74 57.04 129.62 -
System Red Green Blue C M Y K H S L
Decimal 165 186 37 0.11 0 0.80 0.27 68.46 0.67 0.44
Hex A5 BA 25 B 0 50 1B 44 43 2C
Octal 245 272 45 13 0 120 33 104 103 54
Binary 10100101 10111010 100101 1011 0 1010000 11011 1000100 1000011 101100

Color Harmonies of #A5BA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA25

Black with #A5BA25

Text Example


Text Example

White with #A5BA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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