Html Css Color HEX #ADB829 Bahia

📋 copy color: '#ADB829'

red 173 ◦ green 184 ◦ blue 41

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

Shades of Bahia #ADB829

Tints of Bahia #ADB829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.3%

R = 43.47%
G = 46.23%
B = 10.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#ADB829 (or 0xADB829) is known color: Bahia. HEX triplet: AD, B8 and 29. RGB value is (173,184,41). Sum of RGB (Red+Green+Blue) = 173+184+41=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 41 (16.41% from 255 or 10.30% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB829 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB829 is #5247D6. Grayscale: #A4A4A4. Windows color (decimal): -5392343 or 2734253. OLE color: 2734253.

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

Color convert

RGB 173 184 41 -
CMYK 0.06 0 0.78 0.28
HSL 64.62º 0.64% 0.44% -
HSV(B) 64.62º 0.78% 0.72% -
XYZ 34.77 43.33 8.63 -
YUV 164.41 58.36 134.13 -
System Red Green Blue C M Y K H S L
Decimal 173 184 41 0.06 0 0.78 0.28 64.62 0.64 0.44
Hex AD B8 29 6 0 4E 1C 41 40 2C
Octal 255 270 51 6 0 116 34 101 100 54
Binary 10101101 10111000 101001 110 0 1001110 11100 1000001 1000000 101100

Color Harmonies of #ADB829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB829

Black with #ADB829

Text Example


Text Example

White with #ADB829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB829; }

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

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

background-color css

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

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

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

border-color css

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

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

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