Html Css Color HEX #A2C123 Bahia

📋 copy color: '#A2C123'

red 162 ◦ green 193 ◦ blue 35

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

Shades of Bahia #A2C123

Tints of Bahia #A2C123

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.49%

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

R = 41.54%
G = 49.49%
B = 8.97%

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

#A2C123 (or 0xA2C123) is known color: Bahia. HEX triplet: A2, C1 and 23. RGB value is (162,193,35). Sum of RGB (Red+Green+Blue) = 162+193+35=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 35 (14.06% from 255 or 8.97% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C123 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C123 is #5D3EDC. Grayscale: #A6A6A6. Windows color (decimal): -6110941 or 2343330. OLE color: 2343330.

HSL color Cylindrical-coordinate representation of color #A2C123: hue angle of 71.77º 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 #A2C123 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 193 35 -
CMYK 0.16 0 0.82 0.24
HSL 71.77º 0.69% 0.45% -
HSV(B) 71.77º 0.82% 0.76% -
XYZ 34.27 45.94 8.65 -
YUV 165.72 54.23 125.35 -
System Red Green Blue C M Y K H S L
Decimal 162 193 35 0.16 0 0.82 0.24 71.77 0.69 0.45
Hex A2 C1 23 10 0 52 18 48 45 2D
Octal 242 301 43 20 0 122 30 110 105 55
Binary 10100010 11000001 100011 10000 0 1010010 11000 1001000 1000101 101101

Color Harmonies of #A2C123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C123

Black with #A2C123

Text Example


Text Example

White with #A2C123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C123; }

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

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

background-color css

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

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

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

border-color css

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

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

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