Html Css Color HEX #ADC819 Bahia

📋 copy color: '#ADC819'

red 173 ◦ green 200 ◦ blue 25

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

Shades of Bahia #ADC819

Tints of Bahia #ADC819

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.25%

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

R = 43.47%
G = 50.25%
B = 6.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#ADC819 (or 0xADC819) is known color: Bahia. HEX triplet: AD, C8 and 19. RGB value is (173,200,25). Sum of RGB (Red+Green+Blue) = 173+200+25=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC819 is #5237E6. Grayscale: #ACACAC. Windows color (decimal): -5388263 or 1689773. OLE color: 1689773.

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

Color convert

RGB 173 200 25 -
CMYK 0.14 0 0.88 0.22
HSL 69.26º 0.78% 0.44% -
HSV(B) 69.26º 0.88% 0.78% -
XYZ 38.06 50.26 8.62 -
YUV 171.98 45.05 128.73 -
System Red Green Blue C M Y K H S L
Decimal 173 200 25 0.14 0 0.88 0.22 69.26 0.78 0.44
Hex AD C8 19 E 0 58 16 45 4E 2C
Octal 255 310 31 16 0 130 26 105 116 54
Binary 10101101 11001000 11001 1110 0 1011000 10110 1000101 1001110 101100

Color Harmonies of #ADC819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC819

Black with #ADC819

Text Example


Text Example

White with #ADC819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC819; }

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

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

background-color css

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

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

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

border-color css

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

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

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