Html Css Color HEX #ADB325 Bahia

📋 copy color: '#ADB325'

red 173 ◦ green 179 ◦ blue 37

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

Shades of Bahia #ADB325

Tints of Bahia #ADB325

RGB

 RED value IS 173 (67.97% from 255) = 44.47%

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

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

R = 44.47%
G = 46.02%
B = 9.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#ADB325 (or 0xADB325) is known color: Bahia. HEX triplet: AD, B3 and 25. RGB value is (173,179,37). Sum of RGB (Red+Green+Blue) = 173+179+37=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB325 is #524CDA. Grayscale: #A1A1A1. Windows color (decimal): -5393627 or 2470829. OLE color: 2470829.

HSL color Cylindrical-coordinate representation of color #ADB325: hue angle of 62.54º 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 #ADB325 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 37 -
CMYK 0.03 0 0.79 0.30
HSL 62.54º 0.66% 0.42% -
HSV(B) 62.54º 0.79% 0.7% -
XYZ 33.69 41.26 7.94 -
YUV 161.02 58.01 136.55 -
System Red Green Blue C M Y K H S L
Decimal 173 179 37 0.03 0 0.79 0.30 62.54 0.66 0.42
Hex AD B3 25 3 0 4F 1E 3F 42 2A
Octal 255 263 45 3 0 117 36 77 102 52
Binary 10101101 10110011 100101 11 0 1001111 11110 111111 1000010 101010

Color Harmonies of #ADB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB325

Black with #ADB325

Text Example


Text Example

White with #ADB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB325; }

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

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

background-color css

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

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

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

border-color css

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

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

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