Html Css Color HEX #A2C523 Bahia

📋 copy color: '#A2C523'

red 162 ◦ green 197 ◦ blue 35

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

Shades of Bahia #A2C523

Tints of Bahia #A2C523

RGB

 RED value IS 162 (63.67% from 255) = 41.12%

 GREEN value IS 197 (77.34% from 255) = 50%

 BLUE value IS 35 (14.06% from 255) = 8.88%

R = 41.12%
G = 50%
B = 8.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#A2C523 (or 0xA2C523) is known color: Bahia. HEX triplet: A2, C5 and 23. RGB value is (162,197,35). Sum of RGB (Red+Green+Blue) = 162+197+35=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 35 (14.06% from 255 or 8.88% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C523 is #5D3ADC. Grayscale: #A8A8A8. Windows color (decimal): -6109917 or 2344354. OLE color: 2344354.

HSL color Cylindrical-coordinate representation of color #A2C523: hue angle of 72.96º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2C523 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 197 35 -
CMYK 0.18 0 0.82 0.23
HSL 72.96º 0.7% 0.45% -
HSV(B) 72.96º 0.82% 0.77% -
XYZ 35.17 47.74 8.95 -
YUV 168.07 52.9 123.67 -
System Red Green Blue C M Y K H S L
Decimal 162 197 35 0.18 0 0.82 0.23 72.96 0.7 0.45
Hex A2 C5 23 12 0 52 17 49 46 2D
Octal 242 305 43 22 0 122 27 111 106 55
Binary 10100010 11000101 100011 10010 0 1010010 10111 1001001 1000110 101101

Color Harmonies of #A2C523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C523

Black with #A2C523

Text Example


Text Example

White with #A2C523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C523; }

 p { color: rgb(162,197,35); }

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

background-color css

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

 a { background-color: rgb(162,197,35); }

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

border-color css

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

 span { border-color: rgb(162,197,35); }

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