Html Css Color HEX #A5B425 Bahia

📋 copy color: '#A5B425'

red 165 ◦ green 180 ◦ blue 37

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

Shades of Bahia #A5B425

Tints of Bahia #A5B425

RGB

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

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

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

R = 43.19%
G = 47.12%
B = 9.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#A5B425 (or 0xA5B425) is known color: Bahia. HEX triplet: A5, B4 and 25. RGB value is (165,180,37). Sum of RGB (Red+Green+Blue) = 165+180+37=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B425 is #5A4BDA. Grayscale: #9F9F9F. Windows color (decimal): -5917659 or 2471077. OLE color: 2471077.

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

Color convert

RGB 165 180 37 -
CMYK 0.08 0 0.79 0.29
HSL 66.29º 0.66% 0.43% -
HSV(B) 66.29º 0.79% 0.71% -
XYZ 32.17 40.78 7.93 -
YUV 159.21 59.03 132.13 -
System Red Green Blue C M Y K H S L
Decimal 165 180 37 0.08 0 0.79 0.29 66.29 0.66 0.43
Hex A5 B4 25 8 0 4F 1D 42 42 2B
Octal 245 264 45 10 0 117 35 102 102 53
Binary 10100101 10110100 100101 1000 0 1001111 11101 1000010 1000010 101011

Color Harmonies of #A5B425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B425

Black with #A5B425

Text Example


Text Example

White with #A5B425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B425; }

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

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

background-color css

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

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

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

border-color css

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

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

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