Html Css Color HEX #ADB417 Bahia

📋 copy color: '#ADB417'

red 173 ◦ green 180 ◦ blue 23

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

Shades of Bahia #ADB417

Tints of Bahia #ADB417

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.87%

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

R = 46.01%
G = 47.87%
B = 6.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#ADB417 (or 0xADB417) is known color: Bahia. HEX triplet: AD, B4 and 17. RGB value is (173,180,23). Sum of RGB (Red+Green+Blue) = 173+180+23=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB417 is #524BE8. Grayscale: #A0A0A0. Windows color (decimal): -5393385 or 1553581. OLE color: 1553581.

HSL color Cylindrical-coordinate representation of color #ADB417: hue angle of 62.68º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADB417 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 23 -
CMYK 0.04 0 0.87 0.29
HSL 62.68º 0.77% 0.4% -
HSV(B) 62.68º 0.87% 0.71% -
XYZ 33.71 41.59 7.06 -
YUV 160.01 50.68 137.27 -
System Red Green Blue C M Y K H S L
Decimal 173 180 23 0.04 0 0.87 0.29 62.68 0.77 0.4
Hex AD B4 17 4 0 57 1D 3F 4D 28
Octal 255 264 27 4 0 127 35 77 115 50
Binary 10101101 10110100 10111 100 0 1010111 11101 111111 1001101 101000

Color Harmonies of #ADB417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB417

Black with #ADB417

Text Example


Text Example

White with #ADB417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB417; }

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

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

background-color css

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

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

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

border-color css

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

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

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