Html Css Color HEX #A4CA16 Bahia

📋 copy color: '#A4CA16'

red 164 ◦ green 202 ◦ blue 22

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

Shades of Bahia #A4CA16

Tints of Bahia #A4CA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.67%

R = 42.27%
G = 52.06%
B = 5.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#A4CA16 (or 0xA4CA16) is known color: Bahia. HEX triplet: A4, CA and 16. RGB value is (164,202,22). Sum of RGB (Red+Green+Blue) = 164+202+22=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4CA16 is #5B35E9. Grayscale: #AAAAAA. Windows color (decimal): -5977578 or 1493668. OLE color: 1493668.

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

Color convert

RGB 164 202 22 -
CMYK 0.19 0 0.89 0.21
HSL 72.67º 0.8% 0.44% -
HSV(B) 72.67º 0.89% 0.79% -
XYZ 36.58 50.19 8.52 -
YUV 170.12 44.41 123.64 -
System Red Green Blue C M Y K H S L
Decimal 164 202 22 0.19 0 0.89 0.21 72.67 0.8 0.44
Hex A4 CA 16 13 0 59 15 49 50 2C
Octal 244 312 26 23 0 131 25 111 120 54
Binary 10100100 11001010 10110 10011 0 1011001 10101 1001001 1010000 101100

Color Harmonies of #A4CA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA16

Black with #A4CA16

Text Example


Text Example

White with #A4CA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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