Html Css Color HEX #ADB726 Bahia

📋 copy color: '#ADB726'

red 173 ◦ green 183 ◦ blue 38

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

Shades of Bahia #ADB726

Tints of Bahia #ADB726

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.45%

 BLUE value IS 38 (15.23% from 255) = 9.64%

R = 43.91%
G = 46.45%
B = 9.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#ADB726 (or 0xADB726) is known color: Bahia. HEX triplet: AD, B7 and 26. RGB value is (173,183,38). Sum of RGB (Red+Green+Blue) = 173+183+38=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB726 is #5248D9. Grayscale: #A4A4A4. Windows color (decimal): -5392602 or 2537389. OLE color: 2537389.

HSL color Cylindrical-coordinate representation of color #ADB726: hue angle of 64.14º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADB726 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 38 -
CMYK 0.05 0 0.79 0.28
HSL 64.14º 0.66% 0.43% -
HSV(B) 64.14º 0.79% 0.72% -
XYZ 34.52 42.89 8.29 -
YUV 163.48 57.19 134.79 -
System Red Green Blue C M Y K H S L
Decimal 173 183 38 0.05 0 0.79 0.28 64.14 0.66 0.43
Hex AD B7 26 5 0 4F 1C 40 42 2B
Octal 255 267 46 5 0 117 34 100 102 53
Binary 10101101 10110111 100110 101 0 1001111 11100 1000000 1000010 101011

Color Harmonies of #ADB726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB726

Black with #ADB726

Text Example


Text Example

White with #ADB726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB726; }

 p { color: rgb(173,183,38); }

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

background-color css

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

 a { background-color: rgb(173,183,38); }

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

border-color css

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

 span { border-color: rgb(173,183,38); }

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