Html Css Color HEX #A2C223 Bahia

📋 copy color: '#A2C223'

red 162 ◦ green 194 ◦ blue 35

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

Shades of Bahia #A2C223

Tints of Bahia #A2C223

RGB

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

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

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

R = 41.43%
G = 49.62%
B = 8.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#A2C223 (or 0xA2C223) is known color: Bahia. HEX triplet: A2, C2 and 23. RGB value is (162,194,35). Sum of RGB (Red+Green+Blue) = 162+194+35=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 35 (14.06% from 255 or 8.95% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C223 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C223 is #5D3DDC. Grayscale: #A6A6A6. Windows color (decimal): -6110685 or 2343586. OLE color: 2343586.

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

Color convert

RGB 162 194 35 -
CMYK 0.16 0 0.82 0.24
HSL 72.08º 0.69% 0.45% -
HSV(B) 72.08º 0.82% 0.76% -
XYZ 34.5 46.39 8.73 -
YUV 166.31 53.9 124.93 -
System Red Green Blue C M Y K H S L
Decimal 162 194 35 0.16 0 0.82 0.24 72.08 0.69 0.45
Hex A2 C2 23 10 0 52 18 48 45 2D
Octal 242 302 43 20 0 122 30 110 105 55
Binary 10100010 11000010 100011 10000 0 1010010 11000 1001000 1000101 101101

Color Harmonies of #A2C223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C223

Black with #A2C223

Text Example


Text Example

White with #A2C223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C223; }

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

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

background-color css

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

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

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

border-color css

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

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

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