Html Css Color HEX #A2C217 Bahia

📋 copy color: '#A2C217'

red 162 ◦ green 194 ◦ blue 23

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

Shades of Bahia #A2C217

Tints of Bahia #A2C217

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.19%

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

R = 42.74%
G = 51.19%
B = 6.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#A2C217 (or 0xA2C217) is known color: Bahia. HEX triplet: A2, C2 and 17. RGB value is (162,194,23). Sum of RGB (Red+Green+Blue) = 162+194+23=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C217 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C217 is #5D3DE8. Grayscale: #A5A5A5. Windows color (decimal): -6110697 or 1557154. OLE color: 1557154.

HSL color Cylindrical-coordinate representation of color #A2C217: hue angle of 71.23º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2C217 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 194 23 -
CMYK 0.16 0 0.88 0.24
HSL 71.23º 0.79% 0.43% -
HSV(B) 71.23º 0.88% 0.76% -
XYZ 34.35 46.33 7.94 -
YUV 164.94 47.9 125.9 -
System Red Green Blue C M Y K H S L
Decimal 162 194 23 0.16 0 0.88 0.24 71.23 0.79 0.43
Hex A2 C2 17 10 0 58 18 47 4F 2B
Octal 242 302 27 20 0 130 30 107 117 53
Binary 10100010 11000010 10111 10000 0 1011000 11000 1000111 1001111 101011

Color Harmonies of #A2C217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C217

Black with #A2C217

Text Example


Text Example

White with #A2C217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C217; }

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

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

background-color css

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

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

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

border-color css

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

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

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