Html Css Color HEX #A8B420 Bahia

📋 copy color: '#A8B420'

red 168 ◦ green 180 ◦ blue 32

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

Shades of Bahia #A8B420

Tints of Bahia #A8B420

RGB

 RED value IS 168 (66.02% from 255) = 44.21%

 GREEN value IS 180 (70.7% from 255) = 47.37%

 BLUE value IS 32 (12.89% from 255) = 8.42%

R = 44.21%
G = 47.37%
B = 8.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#A8B420 (or 0xA8B420) is known color: Bahia. HEX triplet: A8, B4 and 20. RGB value is (168,180,32). Sum of RGB (Red+Green+Blue) = 168+180+32=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B420 is #574BDF. Grayscale: #A0A0A0. Windows color (decimal): -5721056 or 2143400. OLE color: 2143400.

HSL color Cylindrical-coordinate representation of color #A8B420: hue angle of 64.86º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8B420 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 180 32 -
CMYK 0.07 0 0.82 0.29
HSL 64.86º 0.7% 0.42% -
HSV(B) 64.86º 0.82% 0.71% -
XYZ 32.73 41.07 7.57 -
YUV 159.54 56.02 134.03 -
System Red Green Blue C M Y K H S L
Decimal 168 180 32 0.07 0 0.82 0.29 64.86 0.7 0.42
Hex A8 B4 20 7 0 52 1D 41 46 2A
Octal 250 264 40 7 0 122 35 101 106 52
Binary 10101000 10110100 100000 111 0 1010010 11101 1000001 1000110 101010

Color Harmonies of #A8B420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B420

Black with #A8B420

Text Example


Text Example

White with #A8B420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B420; }

 p { color: rgb(168,180,32); }

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

background-color css

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

 a { background-color: rgb(168,180,32); }

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

border-color css

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

 span { border-color: rgb(168,180,32); }

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