Html Css Color HEX #A2B828 Bahia

📋 copy color: '#A2B828'

red 162 ◦ green 184 ◦ blue 40

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

Shades of Bahia #A2B828

Tints of Bahia #A2B828

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.67%

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

R = 41.97%
G = 47.67%
B = 10.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#A2B828 (or 0xA2B828) is known color: Bahia. HEX triplet: A2, B8 and 28. RGB value is (162,184,40). Sum of RGB (Red+Green+Blue) = 162+184+40=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B828 is #5D47D7. Grayscale: #A1A1A1. Windows color (decimal): -6113240 or 2668706. OLE color: 2668706.

HSL color Cylindrical-coordinate representation of color #A2B828: hue angle of 69.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2B828 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 184 40 -
CMYK 0.12 0 0.78 0.28
HSL 69.17º 0.64% 0.44% -
HSV(B) 69.17º 0.78% 0.72% -
XYZ 32.42 42.12 8.43 -
YUV 161.01 59.71 128.71 -
System Red Green Blue C M Y K H S L
Decimal 162 184 40 0.12 0 0.78 0.28 69.17 0.64 0.44
Hex A2 B8 28 C 0 4E 1C 45 40 2C
Octal 242 270 50 14 0 116 34 105 100 54
Binary 10100010 10111000 101000 1100 0 1001110 11100 1000101 1000000 101100

Color Harmonies of #A2B828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B828

Black with #A2B828

Text Example


Text Example

White with #A2B828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B828; }

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

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

background-color css

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

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

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

border-color css

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

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

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