Html Css Color HEX #A3CA1C Bahia

📋 copy color: '#A3CA1C'

red 163 ◦ green 202 ◦ blue 28

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

Shades of Bahia #A3CA1C

Tints of Bahia #A3CA1C

RGB

 RED value IS 163 (64.06% from 255) = 41.48%

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

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

R = 41.48%
G = 51.4%
B = 7.12%

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

#A3CA1C (or 0xA3CA1C) is known color: Bahia. HEX triplet: A3, CA and 1C. RGB value is (163,202,28). Sum of RGB (Red+Green+Blue) = 163+202+28=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CA1C is #5C35E3. Grayscale: #ABABAB. Windows color (decimal): -6043108 or 1886883. OLE color: 1886883.

HSL color Cylindrical-coordinate representation of color #A3CA1C: hue angle of 73.45º 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 #A3CA1C is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 202 28 -
CMYK 0.19 0 0.86 0.21
HSL 73.45º 0.76% 0.45% -
HSV(B) 73.45º 0.86% 0.79% -
XYZ 36.43 50.11 8.85 -
YUV 170.5 47.58 122.65 -
System Red Green Blue C M Y K H S L
Decimal 163 202 28 0.19 0 0.86 0.21 73.45 0.76 0.45
Hex A3 CA 1C 13 0 56 15 49 4C 2D
Octal 243 312 34 23 0 126 25 111 114 55
Binary 10100011 11001010 11100 10011 0 1010110 10101 1001001 1001100 101101

Color Harmonies of #A3CA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CA1C

Black with #A3CA1C

Text Example


Text Example

White with #A3CA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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