Html Css Color HEX #ADC415 Bahia

📋 copy color: '#ADC415'

red 173 ◦ green 196 ◦ blue 21

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

Shades of Bahia #ADC415

Tints of Bahia #ADC415

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.26%

 BLUE value IS 21 (8.59% from 255) = 5.38%

R = 44.36%
G = 50.26%
B = 5.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#ADC415 (or 0xADC415) is known color: Bahia. HEX triplet: AD, C4 and 15. RGB value is (173,196,21). Sum of RGB (Red+Green+Blue) = 173+196+21=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC415 is #523BEA. Grayscale: #A9A9A9. Windows color (decimal): -5389291 or 1426605. OLE color: 1426605.

HSL color Cylindrical-coordinate representation of color #ADC415: hue angle of 67.89º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADC415 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 196 21 -
CMYK 0.12 0 0.89 0.23
HSL 67.89º 0.81% 0.43% -
HSV(B) 67.89º 0.89% 0.77% -
XYZ 37.11 48.42 8.1 -
YUV 169.17 44.38 130.73 -
System Red Green Blue C M Y K H S L
Decimal 173 196 21 0.12 0 0.89 0.23 67.89 0.81 0.43
Hex AD C4 15 C 0 59 17 44 51 2B
Octal 255 304 25 14 0 131 27 104 121 53
Binary 10101101 11000100 10101 1100 0 1011001 10111 1000100 1010001 101011

Color Harmonies of #ADC415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC415

Black with #ADC415

Text Example


Text Example

White with #ADC415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC415; }

 p { color: rgb(173,196,21); }

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

background-color css

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

 a { background-color: rgb(173,196,21); }

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

border-color css

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

 span { border-color: rgb(173,196,21); }

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