Html Css Color HEX #A2B319 Bahia

📋 copy color: '#A2B319'

red 162 ◦ green 179 ◦ blue 25

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

Shades of Bahia #A2B319

Tints of Bahia #A2B319

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.91%

 BLUE value IS 25 (10.16% from 255) = 6.83%

R = 44.26%
G = 48.91%
B = 6.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#A2B319 (or 0xA2B319) is known color: Bahia. HEX triplet: A2, B3 and 19. RGB value is (162,179,25). Sum of RGB (Red+Green+Blue) = 162+179+25=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B319 is #5D4CE6. Grayscale: #9C9C9C. Windows color (decimal): -6114535 or 1684386. OLE color: 1684386.

HSL color Cylindrical-coordinate representation of color #A2B319: hue angle of 66.62º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2B319 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 179 25 -
CMYK 0.09 0 0.86 0.30
HSL 66.62º 0.75% 0.4% -
HSV(B) 66.62º 0.86% 0.7% -
XYZ 31.2 39.99 6.99 -
YUV 156.36 53.87 132.02 -
System Red Green Blue C M Y K H S L
Decimal 162 179 25 0.09 0 0.86 0.30 66.62 0.75 0.4
Hex A2 B3 19 9 0 56 1E 43 4B 28
Octal 242 263 31 11 0 126 36 103 113 50
Binary 10100010 10110011 11001 1001 0 1010110 11110 1000011 1001011 101000

Color Harmonies of #A2B319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B319

Black with #A2B319

Text Example


Text Example

White with #A2B319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B319; }

 p { color: rgb(162,179,25); }

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

background-color css

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

 a { background-color: rgb(162,179,25); }

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

border-color css

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

 span { border-color: rgb(162,179,25); }

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