Html Css Color HEX #A2C726 Bahia

📋 copy color: '#A2C726'

red 162 ◦ green 199 ◦ blue 38

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

Shades of Bahia #A2C726

Tints of Bahia #A2C726

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.87%

 BLUE value IS 38 (15.23% from 255) = 9.52%

R = 40.6%
G = 49.87%
B = 9.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#A2C726 (or 0xA2C726) is known color: Bahia. HEX triplet: A2, C7 and 26. RGB value is (162,199,38). Sum of RGB (Red+Green+Blue) = 162+199+38=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 199 (78.12% from 255 or 49.87% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C726 is #5D38D9. Grayscale: #AAAAAA. Windows color (decimal): -6109402 or 2541474. OLE color: 2541474.

HSL color Cylindrical-coordinate representation of color #A2C726: hue angle of 73.79º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2C726 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 199 38 -
CMYK 0.19 0 0.81 0.22
HSL 73.79º 0.68% 0.46% -
HSV(B) 73.79º 0.81% 0.78% -
XYZ 35.67 48.67 9.35 -
YUV 169.58 53.74 122.59 -
System Red Green Blue C M Y K H S L
Decimal 162 199 38 0.19 0 0.81 0.22 73.79 0.68 0.46
Hex A2 C7 26 13 0 51 16 4A 44 2E
Octal 242 307 46 23 0 121 26 112 104 56
Binary 10100010 11000111 100110 10011 0 1010001 10110 1001010 1000100 101110

Color Harmonies of #A2C726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C726

Black with #A2C726

Text Example


Text Example

White with #A2C726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C726; }

 p { color: rgb(162,199,38); }

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

background-color css

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

 a { background-color: rgb(162,199,38); }

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

border-color css

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

 span { border-color: rgb(162,199,38); }

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