Html Css Color HEX #ADC815 Bahia

📋 copy color: '#ADC815'

red 173 ◦ green 200 ◦ blue 21

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

Shades of Bahia #ADC815

Tints of Bahia #ADC815

RGB

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

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

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

R = 43.91%
G = 50.76%
B = 5.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#ADC815 (or 0xADC815) is known color: Bahia. HEX triplet: AD, C8 and 15. RGB value is (173,200,21). Sum of RGB (Red+Green+Blue) = 173+200+21=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 200 (78.52% from 255 or 50.76% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC815 is #5237EA. Grayscale: #ACACAC. Windows color (decimal): -5388267 or 1427629. OLE color: 1427629.

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

Color convert

RGB 173 200 21 -
CMYK 0.14 0 0.90 0.22
HSL 69.05º 0.81% 0.43% -
HSV(B) 69.05º 0.9% 0.78% -
XYZ 38.02 50.25 8.4 -
YUV 171.52 43.05 129.05 -
System Red Green Blue C M Y K H S L
Decimal 173 200 21 0.14 0 0.90 0.22 69.05 0.81 0.43
Hex AD C8 15 E 0 5A 16 45 51 2B
Octal 255 310 25 16 0 132 26 105 121 53
Binary 10101101 11001000 10101 1110 0 1011010 10110 1000101 1010001 101011

Color Harmonies of #ADC815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC815

Black with #ADC815

Text Example


Text Example

White with #ADC815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC815; }

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

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

background-color css

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

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

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

border-color css

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

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

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