Html Css Color HEX #A2C917 Bahia

📋 copy color: '#A2C917'

red 162 ◦ green 201 ◦ blue 23

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

Shades of Bahia #A2C917

Tints of Bahia #A2C917

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.07%

 BLUE value IS 23 (9.38% from 255) = 5.96%

R = 41.97%
G = 52.07%
B = 5.96%

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

#A2C917 (or 0xA2C917) is known color: Bahia. HEX triplet: A2, C9 and 17. RGB value is (162,201,23). Sum of RGB (Red+Green+Blue) = 162+201+23=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 201 (78.91% from 255 or 52.07% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C917 is #5D36E8. Grayscale: #A9A9A9. Windows color (decimal): -6108905 or 1558946. OLE color: 1558946.

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

Color convert

RGB 162 201 23 -
CMYK 0.19 0 0.89 0.21
HSL 73.15º 0.79% 0.44% -
HSV(B) 73.15º 0.89% 0.79% -
XYZ 35.94 49.52 8.47 -
YUV 169.05 45.58 122.97 -
System Red Green Blue C M Y K H S L
Decimal 162 201 23 0.19 0 0.89 0.21 73.15 0.79 0.44
Hex A2 C9 17 13 0 59 15 49 4F 2C
Octal 242 311 27 23 0 131 25 111 117 54
Binary 10100010 11001001 10111 10011 0 1011001 10101 1001001 1001111 101100

Color Harmonies of #A2C917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C917

Black with #A2C917

Text Example


Text Example

White with #A2C917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C917; }

 p { color: rgb(162,201,23); }

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

background-color css

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

 a { background-color: rgb(162,201,23); }

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

border-color css

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

 span { border-color: rgb(162,201,23); }

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