Html Css Color HEX #A2C428 Bahia

📋 copy color: '#A2C428'

red 162 ◦ green 196 ◦ blue 40

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

Shades of Bahia #A2C428

Tints of Bahia #A2C428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.25%

 BLUE value IS 40 (16.02% from 255) = 10.05%

R = 40.7%
G = 49.25%
B = 10.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#A2C428 (or 0xA2C428) is known color: Bahia. HEX triplet: A2, C4 and 28. RGB value is (162,196,40). Sum of RGB (Red+Green+Blue) = 162+196+40=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C428 is #5D3BD7. Grayscale: #A8A8A8. Windows color (decimal): -6110168 or 2671778. OLE color: 2671778.

HSL color Cylindrical-coordinate representation of color #A2C428: hue angle of 73.08º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2C428 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 196 40 -
CMYK 0.17 0 0.80 0.23
HSL 73.08º 0.66% 0.46% -
HSV(B) 73.08º 0.8% 0.77% -
XYZ 35.02 47.31 9.29 -
YUV 168.05 55.74 123.68 -
System Red Green Blue C M Y K H S L
Decimal 162 196 40 0.17 0 0.80 0.23 73.08 0.66 0.46
Hex A2 C4 28 11 0 50 17 49 42 2E
Octal 242 304 50 21 0 120 27 111 102 56
Binary 10100010 11000100 101000 10001 0 1010000 10111 1001001 1000010 101110

Color Harmonies of #A2C428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C428

Black with #A2C428

Text Example


Text Example

White with #A2C428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C428; }

 p { color: rgb(162,196,40); }

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

background-color css

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

 a { background-color: rgb(162,196,40); }

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

border-color css

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

 span { border-color: rgb(162,196,40); }

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