Html Css Color HEX #A2C313 Bahia

📋 copy color: '#A2C313'

red 162 ◦ green 195 ◦ blue 19

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

Shades of Bahia #A2C313

Tints of Bahia #A2C313

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.86%

 BLUE value IS 19 (7.81% from 255) = 5.05%

R = 43.09%
G = 51.86%
B = 5.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#A2C313 (or 0xA2C313) is known color: Bahia. HEX triplet: A2, C3 and 13. RGB value is (162,195,19). Sum of RGB (Red+Green+Blue) = 162+195+19=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C313 is #5D3CEC. Grayscale: #A5A5A5. Windows color (decimal): -6110445 or 1295266. OLE color: 1295266.

HSL color Cylindrical-coordinate representation of color #A2C313: hue angle of 71.25º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2C313 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 195 19 -
CMYK 0.17 0 0.90 0.24
HSL 71.25º 0.82% 0.42% -
HSV(B) 71.25º 0.9% 0.76% -
XYZ 34.53 46.76 7.82 -
YUV 165.07 45.57 125.81 -
System Red Green Blue C M Y K H S L
Decimal 162 195 19 0.17 0 0.90 0.24 71.25 0.82 0.42
Hex A2 C3 13 11 0 5A 18 47 52 2A
Octal 242 303 23 21 0 132 30 107 122 52
Binary 10100010 11000011 10011 10001 0 1011010 11000 1000111 1010010 101010

Color Harmonies of #A2C313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C313

Black with #A2C313

Text Example


Text Example

White with #A2C313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C313; }

 p { color: rgb(162,195,19); }

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

background-color css

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

 a { background-color: rgb(162,195,19); }

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

border-color css

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

 span { border-color: rgb(162,195,19); }

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