Html Css Color HEX #ADB832 Bahia

📋 copy color: '#ADB832'

red 173 ◦ green 184 ◦ blue 50

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

Shades of Bahia #ADB832

Tints of Bahia #ADB832

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.21%

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

R = 42.51%
G = 45.21%
B = 12.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#ADB832 (or 0xADB832) is known color: Bahia. HEX triplet: AD, B8 and 32. RGB value is (173,184,50). Sum of RGB (Red+Green+Blue) = 173+184+50=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB832 is #5247CD. Grayscale: #A5A5A5. Windows color (decimal): -5392334 or 3324077. OLE color: 3324077.

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

Color convert

RGB 173 184 50 -
CMYK 0.06 0 0.73 0.28
HSL 64.93º 0.57% 0.46% -
HSV(B) 64.93º 0.73% 0.72% -
XYZ 34.95 43.4 9.55 -
YUV 165.44 62.86 133.4 -
System Red Green Blue C M Y K H S L
Decimal 173 184 50 0.06 0 0.73 0.28 64.93 0.57 0.46
Hex AD B8 32 6 0 49 1C 41 39 2E
Octal 255 270 62 6 0 111 34 101 71 56
Binary 10101101 10111000 110010 110 0 1001001 11100 1000001 111001 101110

Color Harmonies of #ADB832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB832

Black with #ADB832

Text Example


Text Example

White with #ADB832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB832; }

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

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

background-color css

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

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

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

border-color css

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

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

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