Html Css Color HEX #ADB918 Bahia

📋 copy color: '#ADB918'

red 173 ◦ green 185 ◦ blue 24

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

Shades of Bahia #ADB918

Tints of Bahia #ADB918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.28%

R = 45.29%
G = 48.43%
B = 6.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#ADB918 (or 0xADB918) is known color: Bahia. HEX triplet: AD, B9 and 18. RGB value is (173,185,24). Sum of RGB (Red+Green+Blue) = 173+185+24=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB918 is #5246E7. Grayscale: #A3A3A3. Windows color (decimal): -5392104 or 1620397. OLE color: 1620397.

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

Color convert

RGB 173 185 24 -
CMYK 0.06 0 0.87 0.27
HSL 64.47º 0.77% 0.41% -
HSV(B) 64.47º 0.87% 0.73% -
XYZ 34.75 43.65 7.46 -
YUV 163.06 49.52 135.09 -
System Red Green Blue C M Y K H S L
Decimal 173 185 24 0.06 0 0.87 0.27 64.47 0.77 0.41
Hex AD B9 18 6 0 57 1B 40 4D 29
Octal 255 271 30 6 0 127 33 100 115 51
Binary 10101101 10111001 11000 110 0 1010111 11011 1000000 1001101 101001

Color Harmonies of #ADB918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB918

Black with #ADB918

Text Example


Text Example

White with #ADB918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB918; }

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

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

background-color css

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

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

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

border-color css

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

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

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