Html Css Color HEX #A0B325 Bahia

📋 copy color: '#A0B325'

red 160 ◦ green 179 ◦ blue 37

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

Shades of Bahia #A0B325

Tints of Bahia #A0B325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.84%

R = 42.55%
G = 47.61%
B = 9.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#A0B325 (or 0xA0B325) is known color: Bahia. HEX triplet: A0, B3 and 25. RGB value is (160,179,37). Sum of RGB (Red+Green+Blue) = 160+179+37=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B325 is #5F4CDA. Grayscale: #9D9D9D. Windows color (decimal): -6245595 or 2470816. OLE color: 2470816.

HSL color Cylindrical-coordinate representation of color #A0B325: hue angle of 68.03º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0B325 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 179 37 -
CMYK 0.11 0 0.79 0.30
HSL 68.03º 0.66% 0.42% -
HSV(B) 68.03º 0.79% 0.7% -
XYZ 30.95 39.85 7.81 -
YUV 157.13 60.21 130.05 -
System Red Green Blue C M Y K H S L
Decimal 160 179 37 0.11 0 0.79 0.30 68.03 0.66 0.42
Hex A0 B3 25 B 0 4F 1E 44 42 2A
Octal 240 263 45 13 0 117 36 104 102 52
Binary 10100000 10110011 100101 1011 0 1001111 11110 1000100 1000010 101010

Color Harmonies of #A0B325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B325

Black with #A0B325

Text Example


Text Example

White with #A0B325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B325; }

 p { color: rgb(160,179,37); }

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

background-color css

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

 a { background-color: rgb(160,179,37); }

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

border-color css

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

 span { border-color: rgb(160,179,37); }

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