Html Css Color HEX #A4BD31 Bahia

📋 copy color: '#A4BD31'

red 164 ◦ green 189 ◦ blue 49

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

Shades of Bahia #A4BD31

Tints of Bahia #A4BD31

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.01%

 BLUE value IS 49 (19.53% from 255) = 12.19%

R = 40.8%
G = 47.01%
B = 12.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#A4BD31 (or 0xA4BD31) is known color: Bahia. HEX triplet: A4, BD and 31. RGB value is (164,189,49). Sum of RGB (Red+Green+Blue) = 164+189+49=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BD31 is #5B42CE. Grayscale: #A6A6A6. Windows color (decimal): -5980879 or 3259812. OLE color: 3259812.

HSL color Cylindrical-coordinate representation of color #A4BD31: hue angle of 70.71º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4BD31 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 189 49 -
CMYK 0.13 0 0.74 0.26
HSL 70.71º 0.59% 0.47% -
HSV(B) 70.71º 0.74% 0.74% -
XYZ 34.06 44.51 9.7 -
YUV 165.57 62.22 126.88 -
System Red Green Blue C M Y K H S L
Decimal 164 189 49 0.13 0 0.74 0.26 70.71 0.59 0.47
Hex A4 BD 31 D 0 4A 1A 47 3B 2F
Octal 244 275 61 15 0 112 32 107 73 57
Binary 10100100 10111101 110001 1101 0 1001010 11010 1000111 111011 101111

Color Harmonies of #A4BD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BD31

Black with #A4BD31

Text Example


Text Example

White with #A4BD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BD31; }

 p { color: rgb(164,189,49); }

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

background-color css

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

 a { background-color: rgb(164,189,49); }

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

border-color css

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

 span { border-color: rgb(164,189,49); }

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