Html Css Color HEX #A4CA20 Bahia

📋 copy color: '#A4CA20'

red 164 ◦ green 202 ◦ blue 32

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

Shades of Bahia #A4CA20

Tints of Bahia #A4CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.75%

 BLUE value IS 32 (12.89% from 255) = 8.04%

R = 41.21%
G = 50.75%
B = 8.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#A4CA20 (or 0xA4CA20) is known color: Bahia. HEX triplet: A4, CA and 20. RGB value is (164,202,32). Sum of RGB (Red+Green+Blue) = 164+202+32=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CA20 is #5B35DF. Grayscale: #ABABAB. Windows color (decimal): -5977568 or 2149028. OLE color: 2149028.

HSL color Cylindrical-coordinate representation of color #A4CA20: hue angle of 73.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4CA20 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 202 32 -
CMYK 0.19 0 0.84 0.21
HSL 73.41º 0.73% 0.46% -
HSV(B) 73.41º 0.84% 0.79% -
XYZ 36.69 50.24 9.13 -
YUV 171.26 49.41 122.82 -
System Red Green Blue C M Y K H S L
Decimal 164 202 32 0.19 0 0.84 0.21 73.41 0.73 0.46
Hex A4 CA 20 13 0 54 15 49 49 2E
Octal 244 312 40 23 0 124 25 111 111 56
Binary 10100100 11001010 100000 10011 0 1010100 10101 1001001 1001001 101110

Color Harmonies of #A4CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA20

Black with #A4CA20

Text Example


Text Example

White with #A4CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA20; }

 p { color: rgb(164,202,32); }

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

background-color css

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

 a { background-color: rgb(164,202,32); }

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

border-color css

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

 span { border-color: rgb(164,202,32); }

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