Html Css Color HEX #A0B421 Bahia

📋 copy color: '#A0B421'

red 160 ◦ green 180 ◦ blue 33

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

Shades of Bahia #A0B421

Tints of Bahia #A0B421

RGB

 RED value IS 160 (62.89% from 255) = 42.9%

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

 BLUE value IS 33 (13.28% from 255) = 8.85%

R = 42.9%
G = 48.26%
B = 8.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#A0B421 (or 0xA0B421) is known color: Bahia. HEX triplet: A0, B4 and 21. RGB value is (160,180,33). Sum of RGB (Red+Green+Blue) = 160+180+33=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B421 is #5F4BDE. Grayscale: #9D9D9D. Windows color (decimal): -6245343 or 2208928. OLE color: 2208928.

HSL color Cylindrical-coordinate representation of color #A0B421: hue angle of 68.16º degrees, saturation: 0.69, 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 #A0B421 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 33 -
CMYK 0.11 0 0.82 0.29
HSL 68.16º 0.69% 0.42% -
HSV(B) 68.16º 0.82% 0.71% -
XYZ 31.09 40.23 7.56 -
YUV 157.26 57.87 129.95 -
System Red Green Blue C M Y K H S L
Decimal 160 180 33 0.11 0 0.82 0.29 68.16 0.69 0.42
Hex A0 B4 21 B 0 52 1D 44 45 2A
Octal 240 264 41 13 0 122 35 104 105 52
Binary 10100000 10110100 100001 1011 0 1010010 11101 1000100 1000101 101010

Color Harmonies of #A0B421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B421

Black with #A0B421

Text Example


Text Example

White with #A0B421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B421; }

 p { color: rgb(160,180,33); }

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

background-color css

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

 a { background-color: rgb(160,180,33); }

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

border-color css

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

 span { border-color: rgb(160,180,33); }

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