Html Css Color HEX #ADC919 Bahia

📋 copy color: '#ADC919'

red 173 ◦ green 201 ◦ blue 25

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

Shades of Bahia #ADC919

Tints of Bahia #ADC919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.27%

R = 43.36%
G = 50.38%
B = 6.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#ADC919 (or 0xADC919) is known color: Bahia. HEX triplet: AD, C9 and 19. RGB value is (173,201,25). Sum of RGB (Red+Green+Blue) = 173+201+25=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC919 is #5236E6. Grayscale: #ADADAD. Windows color (decimal): -5388007 or 1690029. OLE color: 1690029.

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

Color convert

RGB 173 201 25 -
CMYK 0.14 0 0.88 0.21
HSL 69.55º 0.78% 0.44% -
HSV(B) 69.55º 0.88% 0.79% -
XYZ 38.3 50.73 8.69 -
YUV 172.56 44.72 128.31 -
System Red Green Blue C M Y K H S L
Decimal 173 201 25 0.14 0 0.88 0.21 69.55 0.78 0.44
Hex AD C9 19 E 0 58 15 46 4E 2C
Octal 255 311 31 16 0 130 25 106 116 54
Binary 10101101 11001001 11001 1110 0 1011000 10101 1000110 1001110 101100

Color Harmonies of #ADC919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC919

Black with #ADC919

Text Example


Text Example

White with #ADC919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC919; }

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

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

background-color css

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

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

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

border-color css

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

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

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