Html Css Color HEX #A4BA1D Bahia

📋 copy color: '#A4BA1D'

red 164 ◦ green 186 ◦ blue 29

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

Shades of Bahia #A4BA1D

Tints of Bahia #A4BA1D

RGB

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

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

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

R = 43.27%
G = 49.08%
B = 7.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#A4BA1D (or 0xA4BA1D) is known color: Bahia. HEX triplet: A4, BA and 1D. RGB value is (164,186,29). Sum of RGB (Red+Green+Blue) = 164+186+29=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BA1D is #5B45E2. Grayscale: #A2A2A2. Windows color (decimal): -5981667 or 1948324. OLE color: 1948324.

HSL color Cylindrical-coordinate representation of color #A4BA1D: hue angle of 68.41º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4BA1D is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 186 29 -
CMYK 0.12 0 0.84 0.27
HSL 68.41º 0.73% 0.42% -
HSV(B) 68.41º 0.84% 0.73% -
XYZ 33.09 43.1 7.74 -
YUV 161.52 53.21 129.77 -
System Red Green Blue C M Y K H S L
Decimal 164 186 29 0.12 0 0.84 0.27 68.41 0.73 0.42
Hex A4 BA 1D C 0 54 1B 44 49 2A
Octal 244 272 35 14 0 124 33 104 111 52
Binary 10100100 10111010 11101 1100 0 1010100 11011 1000100 1001001 101010

Color Harmonies of #A4BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BA1D

Black with #A4BA1D

Text Example


Text Example

White with #A4BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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