Html Css Color HEX #ADB117 Bahia

📋 copy color: '#ADB117'

red 173 ◦ green 177 ◦ blue 23

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

Shades of Bahia #ADB117

Tints of Bahia #ADB117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.17%

R = 46.38%
G = 47.45%
B = 6.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#ADB117 (or 0xADB117) is known color: Bahia. HEX triplet: AD, B1 and 17. RGB value is (173,177,23). Sum of RGB (Red+Green+Blue) = 173+177+23=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB117 is #524EE8. Grayscale: #9E9E9E. Windows color (decimal): -5394153 or 1552813. OLE color: 1552813.

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

Color convert

RGB 173 177 23 -
CMYK 0.02 0 0.87 0.31
HSL 61.56º 0.77% 0.39% -
HSV(B) 61.56º 0.87% 0.69% -
XYZ 33.11 40.39 6.86 -
YUV 158.25 51.67 138.52 -
System Red Green Blue C M Y K H S L
Decimal 173 177 23 0.02 0 0.87 0.31 61.56 0.77 0.39
Hex AD B1 17 2 0 57 1F 3E 4D 27
Octal 255 261 27 2 0 127 37 76 115 47
Binary 10101101 10110001 10111 10 0 1010111 11111 111110 1001101 100111

Color Harmonies of #ADB117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB117

Black with #ADB117

Text Example


Text Example

White with #ADB117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB117; }

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

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

background-color css

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

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

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

border-color css

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

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

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