Html Css Color HEX #ADC917 Bahia

📋 copy color: '#ADC917'

red 173 ◦ green 201 ◦ blue 23

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

Shades of Bahia #ADC917

Tints of Bahia #ADC917

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.63%

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

R = 43.58%
G = 50.63%
B = 5.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#ADC917 (or 0xADC917) is known color: Bahia. HEX triplet: AD, C9 and 17. RGB value is (173,201,23). Sum of RGB (Red+Green+Blue) = 173+201+23=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC917 is #5236E8. Grayscale: #ADADAD. Windows color (decimal): -5388009 or 1558957. OLE color: 1558957.

HSL color Cylindrical-coordinate representation of color #ADC917: hue angle of 69.44º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADC917 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 23 -
CMYK 0.14 0 0.89 0.21
HSL 69.44º 0.79% 0.44% -
HSV(B) 69.44º 0.89% 0.79% -
XYZ 38.27 50.72 8.58 -
YUV 172.34 43.72 128.47 -
System Red Green Blue C M Y K H S L
Decimal 173 201 23 0.14 0 0.89 0.21 69.44 0.79 0.44
Hex AD C9 17 E 0 59 15 45 4F 2C
Octal 255 311 27 16 0 131 25 105 117 54
Binary 10101101 11001001 10111 1110 0 1011001 10101 1000101 1001111 101100

Color Harmonies of #ADC917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC917

Black with #ADC917

Text Example


Text Example

White with #ADC917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC917; }

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

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

background-color css

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

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

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

border-color css

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

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

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