Html Css Color HEX #A4B52D Bahia

📋 copy color: '#A4B52D'

red 164 ◦ green 181 ◦ blue 45

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

Shades of Bahia #A4B52D

Tints of Bahia #A4B52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.54%

R = 42.05%
G = 46.41%
B = 11.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#A4B52D (or 0xA4B52D) is known color: Bahia. HEX triplet: A4, B5 and 2D. RGB value is (164,181,45). Sum of RGB (Red+Green+Blue) = 164+181+45=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B52D is #5B4AD2. Grayscale: #A0A0A0. Windows color (decimal): -5982931 or 2995620. OLE color: 2995620.

HSL color Cylindrical-coordinate representation of color #A4B52D: hue angle of 67.5º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4B52D is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 181 45 -
CMYK 0.09 0 0.75 0.29
HSL 67.5º 0.6% 0.44% -
HSV(B) 67.5º 0.75% 0.71% -
XYZ 32.31 41.13 8.72 -
YUV 160.41 62.87 130.56 -
System Red Green Blue C M Y K H S L
Decimal 164 181 45 0.09 0 0.75 0.29 67.5 0.6 0.44
Hex A4 B5 2D 9 0 4B 1D 44 3C 2C
Octal 244 265 55 11 0 113 35 104 74 54
Binary 10100100 10110101 101101 1001 0 1001011 11101 1000100 111100 101100

Color Harmonies of #A4B52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B52D

Black with #A4B52D

Text Example


Text Example

White with #A4B52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B52D; }

 p { color: rgb(164,181,45); }

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

background-color css

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

 a { background-color: rgb(164,181,45); }

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

border-color css

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

 span { border-color: rgb(164,181,45); }

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