Html Css Color HEX #A4B72D Bahia

📋 copy color: '#A4B72D'

red 164 ◦ green 183 ◦ blue 45

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

Shades of Bahia #A4B72D

Tints of Bahia #A4B72D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.68%

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

R = 41.84%
G = 46.68%
B = 11.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#A4B72D (or 0xA4B72D) is known color: Bahia. HEX triplet: A4, B7 and 2D. RGB value is (164,183,45). Sum of RGB (Red+Green+Blue) = 164+183+45=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B72D is #5B48D2. Grayscale: #A2A2A2. Windows color (decimal): -5982419 or 2996132. OLE color: 2996132.

HSL color Cylindrical-coordinate representation of color #A4B72D: hue angle of 68.26º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4B72D is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 45 -
CMYK 0.10 0 0.75 0.28
HSL 68.26º 0.61% 0.45% -
HSV(B) 68.26º 0.75% 0.72% -
XYZ 32.72 41.95 8.86 -
YUV 161.59 62.21 129.72 -
System Red Green Blue C M Y K H S L
Decimal 164 183 45 0.10 0 0.75 0.28 68.26 0.61 0.45
Hex A4 B7 2D A 0 4B 1C 44 3D 2D
Octal 244 267 55 12 0 113 34 104 75 55
Binary 10100100 10110111 101101 1010 0 1001011 11100 1000100 111101 101101

Color Harmonies of #A4B72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B72D

Black with #A4B72D

Text Example


Text Example

White with #A4B72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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