Html Css Color HEX #ADB717 Bahia

📋 copy color: '#ADB717'

red 173 ◦ green 183 ◦ blue 23

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

Shades of Bahia #ADB717

Tints of Bahia #ADB717

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.28%

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

R = 45.65%
G = 48.28%
B = 6.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#ADB717 (or 0xADB717) is known color: Bahia. HEX triplet: AD, B7 and 17. RGB value is (173,183,23). Sum of RGB (Red+Green+Blue) = 173+183+23=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB717 is #5248E8. Grayscale: #A2A2A2. Windows color (decimal): -5392617 or 1554349. OLE color: 1554349.

HSL color Cylindrical-coordinate representation of color #ADB717: hue angle of 63.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADB717 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 23 -
CMYK 0.05 0 0.87 0.28
HSL 63.75º 0.78% 0.4% -
HSV(B) 63.75º 0.87% 0.72% -
XYZ 34.32 42.81 7.27 -
YUV 161.77 49.69 136.01 -
System Red Green Blue C M Y K H S L
Decimal 173 183 23 0.05 0 0.87 0.28 63.75 0.78 0.4
Hex AD B7 17 5 0 57 1C 40 4E 28
Octal 255 267 27 5 0 127 34 100 116 50
Binary 10101101 10110111 10111 101 0 1010111 11100 1000000 1001110 101000

Color Harmonies of #ADB717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB717

Black with #ADB717

Text Example


Text Example

White with #ADB717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB717; }

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

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

background-color css

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

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

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

border-color css

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

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

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