Html Css Color HEX #A4CA1C Bahia

📋 copy color: '#A4CA1C'

red 164 ◦ green 202 ◦ blue 28

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

Shades of Bahia #A4CA1C

Tints of Bahia #A4CA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.11%

R = 41.62%
G = 51.27%
B = 7.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#A4CA1C (or 0xA4CA1C) is known color: Bahia. HEX triplet: A4, CA and 1C. RGB value is (164,202,28). Sum of RGB (Red+Green+Blue) = 164+202+28=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 202 (79.30% from 255 or 51.27% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CA1C is #5B35E3. Grayscale: #ABABAB. Windows color (decimal): -5977572 or 1886884. OLE color: 1886884.

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

Color convert

RGB 164 202 28 -
CMYK 0.19 0 0.86 0.21
HSL 73.1º 0.76% 0.45% -
HSV(B) 73.1º 0.86% 0.79% -
XYZ 36.64 50.22 8.86 -
YUV 170.8 47.41 123.15 -
System Red Green Blue C M Y K H S L
Decimal 164 202 28 0.19 0 0.86 0.21 73.1 0.76 0.45
Hex A4 CA 1C 13 0 56 15 49 4C 2D
Octal 244 312 34 23 0 126 25 111 114 55
Binary 10100100 11001010 11100 10011 0 1010110 10101 1001001 1001100 101101

Color Harmonies of #A4CA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA1C

Black with #A4CA1C

Text Example


Text Example

White with #A4CA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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