Html Css Color HEX #A0B422 Bahia

📋 copy color: '#A0B422'

red 160 ◦ green 180 ◦ blue 34

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

Shades of Bahia #A0B422

Tints of Bahia #A0B422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.09%

R = 42.78%
G = 48.13%
B = 9.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#A0B422 (or 0xA0B422) is known color: Bahia. HEX triplet: A0, B4 and 22. RGB value is (160,180,34). Sum of RGB (Red+Green+Blue) = 160+180+34=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B422 is #5F4BDD. Grayscale: #9D9D9D. Windows color (decimal): -6245342 or 2274464. OLE color: 2274464.

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

Color convert

RGB 160 180 34 -
CMYK 0.11 0 0.81 0.29
HSL 68.22º 0.68% 0.42% -
HSV(B) 68.22º 0.81% 0.71% -
XYZ 31.11 40.23 7.64 -
YUV 157.38 58.37 129.87 -
System Red Green Blue C M Y K H S L
Decimal 160 180 34 0.11 0 0.81 0.29 68.22 0.68 0.42
Hex A0 B4 22 B 0 51 1D 44 44 2A
Octal 240 264 42 13 0 121 35 104 104 52
Binary 10100000 10110100 100010 1011 0 1010001 11101 1000100 1000100 101010

Color Harmonies of #A0B422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B422

Black with #A0B422

Text Example


Text Example

White with #A0B422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B422; }

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

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

background-color css

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

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

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

border-color css

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

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

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