Html Css Color HEX #ADB532 Bahia

📋 copy color: '#ADB532'

red 173 ◦ green 181 ◦ blue 50

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

Shades of Bahia #ADB532

Tints of Bahia #ADB532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.38%

R = 42.82%
G = 44.8%
B = 12.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#ADB532 (or 0xADB532) is known color: Bahia. HEX triplet: AD, B5 and 32. RGB value is (173,181,50). Sum of RGB (Red+Green+Blue) = 173+181+50=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB532 is #524ACD. Grayscale: #A4A4A4. Windows color (decimal): -5393102 or 3323309. OLE color: 3323309.

HSL color Cylindrical-coordinate representation of color #ADB532: hue angle of 63.66º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADB532 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 50 -
CMYK 0.04 0 0.72 0.29
HSL 63.66º 0.57% 0.45% -
HSV(B) 63.66º 0.72% 0.71% -
XYZ 34.33 42.16 9.35 -
YUV 163.67 63.85 134.65 -
System Red Green Blue C M Y K H S L
Decimal 173 181 50 0.04 0 0.72 0.29 63.66 0.57 0.45
Hex AD B5 32 4 0 48 1D 40 39 2D
Octal 255 265 62 4 0 110 35 100 71 55
Binary 10101101 10110101 110010 100 0 1001000 11101 1000000 111001 101101

Color Harmonies of #ADB532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB532

Black with #ADB532

Text Example


Text Example

White with #ADB532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB532; }

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

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

background-color css

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

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

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

border-color css

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

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

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