Html Css Color HEX #A9B425 Bahia

📋 copy color: '#A9B425'

red 169 ◦ green 180 ◦ blue 37

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

Shades of Bahia #A9B425

Tints of Bahia #A9B425

RGB

 RED value IS 169 (66.41% from 255) = 43.78%

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

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

R = 43.78%
G = 46.63%
B = 9.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#A9B425 (or 0xA9B425) is known color: Bahia. HEX triplet: A9, B4 and 25. RGB value is (169,180,37). Sum of RGB (Red+Green+Blue) = 169+180+37=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B425 is #564BDA. Grayscale: #A0A0A0. Windows color (decimal): -5655515 or 2471081. OLE color: 2471081.

HSL color Cylindrical-coordinate representation of color #A9B425: hue angle of 64.62º 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 #A9B425 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 180 37 -
CMYK 0.06 0 0.79 0.29
HSL 64.62º 0.66% 0.43% -
HSV(B) 64.62º 0.79% 0.71% -
XYZ 33.02 41.21 7.96 -
YUV 160.41 58.36 134.13 -
System Red Green Blue C M Y K H S L
Decimal 169 180 37 0.06 0 0.79 0.29 64.62 0.66 0.43
Hex A9 B4 25 6 0 4F 1D 41 42 2B
Octal 251 264 45 6 0 117 35 101 102 53
Binary 10101001 10110100 100101 110 0 1001111 11101 1000001 1000010 101011

Color Harmonies of #A9B425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B425

Black with #A9B425

Text Example


Text Example

White with #A9B425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B425; }

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

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

background-color css

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

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

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

border-color css

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

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

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