Html Css Color HEX #ADB928 Bahia

📋 copy color: '#ADB928'

red 173 ◦ green 185 ◦ blue 40

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

Shades of Bahia #ADB928

Tints of Bahia #ADB928

RGB

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

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

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

R = 43.47%
G = 46.48%
B = 10.05%

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

#ADB928 (or 0xADB928) is known color: Bahia. HEX triplet: AD, B9 and 28. RGB value is (173,185,40). Sum of RGB (Red+Green+Blue) = 173+185+40=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB928 is #5246D7. Grayscale: #A5A5A5. Windows color (decimal): -5392088 or 2668973. OLE color: 2668973.

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

Color convert

RGB 173 185 40 -
CMYK 0.06 0 0.78 0.27
HSL 64.97º 0.64% 0.44% -
HSV(B) 64.97º 0.78% 0.73% -
XYZ 34.97 43.74 8.61 -
YUV 164.88 57.52 133.79 -
System Red Green Blue C M Y K H S L
Decimal 173 185 40 0.06 0 0.78 0.27 64.97 0.64 0.44
Hex AD B9 28 6 0 4E 1B 41 40 2C
Octal 255 271 50 6 0 116 33 101 100 54
Binary 10101101 10111001 101000 110 0 1001110 11011 1000001 1000000 101100

Color Harmonies of #ADB928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB928

Black with #ADB928

Text Example


Text Example

White with #ADB928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB928; }

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

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

background-color css

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

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

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

border-color css

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

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

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