Html Css Color HEX #A9B51D Bahia

📋 copy color: '#A9B51D'

red 169 ◦ green 181 ◦ blue 29

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

Shades of Bahia #A9B51D

Tints of Bahia #A9B51D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.76%

 BLUE value IS 29 (11.72% from 255) = 7.65%

R = 44.59%
G = 47.76%
B = 7.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#A9B51D (or 0xA9B51D) is known color: Bahia. HEX triplet: A9, B5 and 1D. RGB value is (169,181,29). Sum of RGB (Red+Green+Blue) = 169+181+29=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B51D is #564AE2. Grayscale: #A0A0A0. Windows color (decimal): -5655267 or 1947049. OLE color: 1947049.

HSL color Cylindrical-coordinate representation of color #A9B51D: hue angle of 64.74º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A9B51D is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 181 29 -
CMYK 0.07 0 0.84 0.29
HSL 64.74º 0.72% 0.41% -
HSV(B) 64.74º 0.84% 0.71% -
XYZ 33.11 41.57 7.44 -
YUV 160.08 54.02 134.36 -
System Red Green Blue C M Y K H S L
Decimal 169 181 29 0.07 0 0.84 0.29 64.74 0.72 0.41
Hex A9 B5 1D 7 0 54 1D 41 48 29
Octal 251 265 35 7 0 124 35 101 110 51
Binary 10101001 10110101 11101 111 0 1010100 11101 1000001 1001000 101001

Color Harmonies of #A9B51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B51D

Black with #A9B51D

Text Example


Text Example

White with #A9B51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B51D; }

 p { color: rgb(169,181,29); }

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

background-color css

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

 a { background-color: rgb(169,181,29); }

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

border-color css

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

 span { border-color: rgb(169,181,29); }

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