Html Css Color HEX #ADB526 Bahia

📋 copy color: '#ADB526'

red 173 ◦ green 181 ◦ blue 38

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

Shades of Bahia #ADB526

Tints of Bahia #ADB526

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.17%

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

R = 44.13%
G = 46.17%
B = 9.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#ADB526 (or 0xADB526) is known color: Bahia. HEX triplet: AD, B5 and 26. RGB value is (173,181,38). Sum of RGB (Red+Green+Blue) = 173+181+38=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB526 is #524AD9. Grayscale: #A2A2A2. Windows color (decimal): -5393114 or 2536877. OLE color: 2536877.

HSL color Cylindrical-coordinate representation of color #ADB526: hue angle of 63.36º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADB526 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 38 -
CMYK 0.04 0 0.79 0.29
HSL 63.36º 0.65% 0.43% -
HSV(B) 63.36º 0.79% 0.71% -
XYZ 34.11 42.07 8.16 -
YUV 162.31 57.85 135.63 -
System Red Green Blue C M Y K H S L
Decimal 173 181 38 0.04 0 0.79 0.29 63.36 0.65 0.43
Hex AD B5 26 4 0 4F 1D 3F 41 2B
Octal 255 265 46 4 0 117 35 77 101 53
Binary 10101101 10110101 100110 100 0 1001111 11101 111111 1000001 101011

Color Harmonies of #ADB526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB526

Black with #ADB526

Text Example


Text Example

White with #ADB526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB526; }

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

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

background-color css

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

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

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

border-color css

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

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

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