Html Css Color HEX #A2B728 Bahia

📋 copy color: '#A2B728'

red 162 ◦ green 183 ◦ blue 40

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

Shades of Bahia #A2B728

Tints of Bahia #A2B728

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.53%

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

R = 42.08%
G = 47.53%
B = 10.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#A2B728 (or 0xA2B728) is known color: Bahia. HEX triplet: A2, B7 and 28. RGB value is (162,183,40). Sum of RGB (Red+Green+Blue) = 162+183+40=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B728 is #5D48D7. Grayscale: #A0A0A0. Windows color (decimal): -6113496 or 2668450. OLE color: 2668450.

HSL color Cylindrical-coordinate representation of color #A2B728: hue angle of 68.81º 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 #A2B728 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 183 40 -
CMYK 0.11 0 0.78 0.28
HSL 68.81º 0.64% 0.44% -
HSV(B) 68.81º 0.78% 0.72% -
XYZ 32.22 41.7 8.36 -
YUV 160.42 60.04 129.13 -
System Red Green Blue C M Y K H S L
Decimal 162 183 40 0.11 0 0.78 0.28 68.81 0.64 0.44
Hex A2 B7 28 B 0 4E 1C 45 40 2C
Octal 242 267 50 13 0 116 34 105 100 54
Binary 10100010 10110111 101000 1011 0 1001110 11100 1000101 1000000 101100

Color Harmonies of #A2B728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B728

Black with #A2B728

Text Example


Text Example

White with #A2B728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B728; }

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

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

background-color css

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

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

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

border-color css

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

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

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