Html Css Color HEX #ADC617 Bahia

📋 copy color: '#ADC617'

red 173 ◦ green 198 ◦ blue 23

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

Shades of Bahia #ADC617

Tints of Bahia #ADC617

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.25%

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

R = 43.91%
G = 50.25%
B = 5.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#ADC617 (or 0xADC617) is known color: Bahia. HEX triplet: AD, C6 and 17. RGB value is (173,198,23). Sum of RGB (Red+Green+Blue) = 173+198+23=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC617 is #5239E8. Grayscale: #ABABAB. Windows color (decimal): -5388777 or 1558189. OLE color: 1558189.

HSL color Cylindrical-coordinate representation of color #ADC617: hue angle of 68.57º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADC617 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 23 -
CMYK 0.13 0 0.88 0.22
HSL 68.57º 0.79% 0.43% -
HSV(B) 68.57º 0.88% 0.78% -
XYZ 37.58 49.33 8.35 -
YUV 170.58 44.72 129.73 -
System Red Green Blue C M Y K H S L
Decimal 173 198 23 0.13 0 0.88 0.22 68.57 0.79 0.43
Hex AD C6 17 D 0 58 16 45 4F 2B
Octal 255 306 27 15 0 130 26 105 117 53
Binary 10101101 11000110 10111 1101 0 1011000 10110 1000101 1001111 101011

Color Harmonies of #ADC617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC617

Black with #ADC617

Text Example


Text Example

White with #ADC617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC617; }

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

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

background-color css

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

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

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

border-color css

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

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

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