Html Css Color HEX #ADB523 Bahia

📋 copy color: '#ADB523'

red 173 ◦ green 181 ◦ blue 35

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

Shades of Bahia #ADB523

Tints of Bahia #ADB523

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.53%

 BLUE value IS 35 (14.06% from 255) = 9%

R = 44.47%
G = 46.53%
B = 9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#ADB523 (or 0xADB523) is known color: Bahia. HEX triplet: AD, B5 and 23. RGB value is (173,181,35). Sum of RGB (Red+Green+Blue) = 173+181+35=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 35 (14.06% from 255 or 9.00% from 389); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB523 is #524ADC. Grayscale: #A2A2A2. Windows color (decimal): -5393117 or 2340269. OLE color: 2340269.

HSL color Cylindrical-coordinate representation of color #ADB523: hue angle of 63.29º 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 #ADB523 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 35 -
CMYK 0.04 0 0.81 0.29
HSL 63.29º 0.68% 0.42% -
HSV(B) 63.29º 0.81% 0.71% -
XYZ 34.06 42.05 7.91 -
YUV 161.96 56.35 135.87 -
System Red Green Blue C M Y K H S L
Decimal 173 181 35 0.04 0 0.81 0.29 63.29 0.68 0.42
Hex AD B5 23 4 0 51 1D 3F 44 2A
Octal 255 265 43 4 0 121 35 77 104 52
Binary 10101101 10110101 100011 100 0 1010001 11101 111111 1000100 101010

Color Harmonies of #ADB523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB523

Black with #ADB523

Text Example


Text Example

White with #ADB523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB523; }

 p { color: rgb(173,181,35); }

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

background-color css

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

 a { background-color: rgb(173,181,35); }

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

border-color css

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

 span { border-color: rgb(173,181,35); }

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