Html Css Color HEX #A4AB1D Bahia

📋 copy color: '#A4AB1D'

red 164 ◦ green 171 ◦ blue 29

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

Shades of Bahia #A4AB1D

Tints of Bahia #A4AB1D

RGB

 RED value IS 164 (64.45% from 255) = 45.05%

 GREEN value IS 171 (67.19% from 255) = 46.98%

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

R = 45.05%
G = 46.98%
B = 7.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#A4AB1D (or 0xA4AB1D) is known color: Bahia. HEX triplet: A4, AB and 1D. RGB value is (164,171,29). Sum of RGB (Red+Green+Blue) = 164+171+29=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AB1D is #5B54E2. Grayscale: #999999. Windows color (decimal): -5985507 or 1944484. OLE color: 1944484.

HSL color Cylindrical-coordinate representation of color #A4AB1D: hue angle of 62.96º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A4AB1D is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 171 29 -
CMYK 0.04 0 0.83 0.33
HSL 62.96º 0.71% 0.39% -
HSV(B) 62.96º 0.83% 0.67% -
XYZ 30.09 37.11 6.74 -
YUV 152.72 58.18 136.05 -
System Red Green Blue C M Y K H S L
Decimal 164 171 29 0.04 0 0.83 0.33 62.96 0.71 0.39
Hex A4 AB 1D 4 0 53 21 3F 47 27
Octal 244 253 35 4 0 123 41 77 107 47
Binary 10100100 10101011 11101 100 0 1010011 100001 111111 1000111 100111

Color Harmonies of #A4AB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AB1D

Black with #A4AB1D

Text Example


Text Example

White with #A4AB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AB1D; }

 p { color: rgb(164,171,29); }

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

background-color css

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

 a { background-color: rgb(164,171,29); }

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

border-color css

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

 span { border-color: rgb(164,171,29); }

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