Html Css Color HEX #ADB118 Bahia

📋 copy color: '#ADB118'

red 173 ◦ green 177 ◦ blue 24

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

Shades of Bahia #ADB118

Tints of Bahia #ADB118

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.33%

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

R = 46.26%
G = 47.33%
B = 6.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#ADB118 (or 0xADB118) is known color: Bahia. HEX triplet: AD, B1 and 18. RGB value is (173,177,24). Sum of RGB (Red+Green+Blue) = 173+177+24=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB118 is #524EE7. Grayscale: #9E9E9E. Windows color (decimal): -5394152 or 1618349. OLE color: 1618349.

HSL color Cylindrical-coordinate representation of color #ADB118: hue angle of 61.57º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADB118 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 24 -
CMYK 0.02 0 0.86 0.31
HSL 61.57º 0.76% 0.39% -
HSV(B) 61.57º 0.86% 0.69% -
XYZ 33.12 40.39 6.92 -
YUV 158.36 52.17 138.44 -
System Red Green Blue C M Y K H S L
Decimal 173 177 24 0.02 0 0.86 0.31 61.57 0.76 0.39
Hex AD B1 18 2 0 56 1F 3E 4C 27
Octal 255 261 30 2 0 126 37 76 114 47
Binary 10101101 10110001 11000 10 0 1010110 11111 111110 1001100 100111

Color Harmonies of #ADB118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB118

Black with #ADB118

Text Example


Text Example

White with #ADB118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB118; }

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

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

background-color css

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

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

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

border-color css

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

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

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