Html Css Color HEX #ADB828 Bahia

📋 copy color: '#ADB828'

red 173 ◦ green 184 ◦ blue 40

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

Shades of Bahia #ADB828

Tints of Bahia #ADB828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.08%

R = 43.58%
G = 46.35%
B = 10.08%

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

#ADB828 (or 0xADB828) is known color: Bahia. HEX triplet: AD, B8 and 28. RGB value is (173,184,40). Sum of RGB (Red+Green+Blue) = 173+184+40=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB828 is #5247D7. Grayscale: #A4A4A4. Windows color (decimal): -5392344 or 2668717. OLE color: 2668717.

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

Color convert

RGB 173 184 40 -
CMYK 0.06 0 0.78 0.28
HSL 64.58º 0.64% 0.44% -
HSV(B) 64.58º 0.78% 0.72% -
XYZ 34.76 43.32 8.54 -
YUV 164.3 57.86 134.21 -
System Red Green Blue C M Y K H S L
Decimal 173 184 40 0.06 0 0.78 0.28 64.58 0.64 0.44
Hex AD B8 28 6 0 4E 1C 41 40 2C
Octal 255 270 50 6 0 116 34 101 100 54
Binary 10101101 10111000 101000 110 0 1001110 11100 1000001 1000000 101100

Color Harmonies of #ADB828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB828

Black with #ADB828

Text Example


Text Example

White with #ADB828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB828; }

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

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

background-color css

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

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

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

border-color css

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

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

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