Html Css Color HEX #ADB932 Bahia

📋 copy color: '#ADB932'

red 173 ◦ green 185 ◦ blue 50

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

Shades of Bahia #ADB932

Tints of Bahia #ADB932

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.34%

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

R = 42.4%
G = 45.34%
B = 12.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#ADB932 (or 0xADB932) is known color: Bahia. HEX triplet: AD, B9 and 32. RGB value is (173,185,50). Sum of RGB (Red+Green+Blue) = 173+185+50=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB932 is #5246CD. Grayscale: #A6A6A6. Windows color (decimal): -5392078 or 3324333. OLE color: 3324333.

HSL color Cylindrical-coordinate representation of color #ADB932: hue angle of 65.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADB932 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 50 -
CMYK 0.06 0 0.73 0.27
HSL 65.33º 0.57% 0.46% -
HSV(B) 65.33º 0.73% 0.73% -
XYZ 35.16 43.81 9.62 -
YUV 166.02 62.52 132.98 -
System Red Green Blue C M Y K H S L
Decimal 173 185 50 0.06 0 0.73 0.27 65.33 0.57 0.46
Hex AD B9 32 6 0 49 1B 41 39 2E
Octal 255 271 62 6 0 111 33 101 71 56
Binary 10101101 10111001 110010 110 0 1001001 11011 1000001 111001 101110

Color Harmonies of #ADB932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB932

Black with #ADB932

Text Example


Text Example

White with #ADB932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB932; }

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

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

background-color css

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

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

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

border-color css

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

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

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