Html Css Color HEX #ADB929 Bahia

📋 copy color: '#ADB929'

red 173 ◦ green 185 ◦ blue 41

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

Shades of Bahia #ADB929

Tints of Bahia #ADB929

RGB

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

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

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

R = 43.36%
G = 46.37%
B = 10.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#ADB929 (or 0xADB929) is known color: Bahia. HEX triplet: AD, B9 and 29. RGB value is (173,185,41). Sum of RGB (Red+Green+Blue) = 173+185+41=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 41 (16.41% from 255 or 10.28% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB929 is #5246D6. Grayscale: #A5A5A5. Windows color (decimal): -5392087 or 2734509. OLE color: 2734509.

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

Color convert

RGB 173 185 41 -
CMYK 0.06 0 0.78 0.27
HSL 65º 0.64% 0.44% -
HSV(B) 65º 0.78% 0.73% -
XYZ 34.98 43.74 8.7 -
YUV 165 58.02 133.71 -
System Red Green Blue C M Y K H S L
Decimal 173 185 41 0.06 0 0.78 0.27 65 0.64 0.44
Hex AD B9 29 6 0 4E 1B 41 40 2C
Octal 255 271 51 6 0 116 33 101 100 54
Binary 10101101 10111001 101001 110 0 1001110 11011 1000001 1000000 101100

Color Harmonies of #ADB929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB929

Black with #ADB929

Text Example


Text Example

White with #ADB929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB929; }

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

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

background-color css

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

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

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

border-color css

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

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

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