Html Css Color HEX #ADB831 Bahia

📋 copy color: '#ADB831'

red 173 ◦ green 184 ◦ blue 49

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

Shades of Bahia #ADB831

Tints of Bahia #ADB831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.07%

R = 42.61%
G = 45.32%
B = 12.07%

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

#ADB831 (or 0xADB831) is known color: Bahia. HEX triplet: AD, B8 and 31. RGB value is (173,184,49). Sum of RGB (Red+Green+Blue) = 173+184+49=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB831 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB831 is #5247CE. Grayscale: #A5A5A5. Windows color (decimal): -5392335 or 3258541. OLE color: 3258541.

HSL color Cylindrical-coordinate representation of color #ADB831: hue angle of 64.89º degrees, saturation: 0.58, 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 #ADB831 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 49 -
CMYK 0.06 0 0.73 0.28
HSL 64.89º 0.58% 0.46% -
HSV(B) 64.89º 0.73% 0.72% -
XYZ 34.93 43.39 9.44 -
YUV 165.32 62.36 133.48 -
System Red Green Blue C M Y K H S L
Decimal 173 184 49 0.06 0 0.73 0.28 64.89 0.58 0.46
Hex AD B8 31 6 0 49 1C 41 3A 2E
Octal 255 270 61 6 0 111 34 101 72 56
Binary 10101101 10111000 110001 110 0 1001001 11100 1000001 111010 101110

Color Harmonies of #ADB831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB831

Black with #ADB831

Text Example


Text Example

White with #ADB831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB831; }

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

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

background-color css

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

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

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

border-color css

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

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

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