Html Css Color HEX #ADC615 Bahia

📋 copy color: '#ADC615'

red 173 ◦ green 198 ◦ blue 21

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

Shades of Bahia #ADC615

Tints of Bahia #ADC615

RGB

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

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

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

R = 44.13%
G = 50.51%
B = 5.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#ADC615 (or 0xADC615) is known color: Bahia. HEX triplet: AD, C6 and 15. RGB value is (173,198,21). Sum of RGB (Red+Green+Blue) = 173+198+21=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC615 is #5239EA. Grayscale: #ABABAB. Windows color (decimal): -5388779 or 1427117. OLE color: 1427117.

HSL color Cylindrical-coordinate representation of color #ADC615: hue angle of 68.47º 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 #ADC615 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 21 -
CMYK 0.13 0 0.89 0.22
HSL 68.47º 0.81% 0.43% -
HSV(B) 68.47º 0.89% 0.78% -
XYZ 37.56 49.33 8.25 -
YUV 170.35 43.72 129.89 -
System Red Green Blue C M Y K H S L
Decimal 173 198 21 0.13 0 0.89 0.22 68.47 0.81 0.43
Hex AD C6 15 D 0 59 16 44 51 2B
Octal 255 306 25 15 0 131 26 104 121 53
Binary 10101101 11000110 10101 1101 0 1011001 10110 1000100 1010001 101011

Color Harmonies of #ADC615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC615

Black with #ADC615

Text Example


Text Example

White with #ADC615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC615; }

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

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

background-color css

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

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

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

border-color css

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

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

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