Html Css Color HEX #ADC015 Bahia

📋 copy color: '#ADC015'

red 173 ◦ green 192 ◦ blue 21

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

Shades of Bahia #ADC015

Tints of Bahia #ADC015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.74%

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

R = 44.82%
G = 49.74%
B = 5.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#ADC015 (or 0xADC015) is known color: Bahia. HEX triplet: AD, C0 and 15. RGB value is (173,192,21). Sum of RGB (Red+Green+Blue) = 173+192+21=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC015 is #523FEA. Grayscale: #A7A7A7. Windows color (decimal): -5390315 or 1425581. OLE color: 1425581.

HSL color Cylindrical-coordinate representation of color #ADC015: hue angle of 66.67º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADC015 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 21 -
CMYK 0.10 0 0.89 0.25
HSL 66.67º 0.8% 0.42% -
HSV(B) 66.67º 0.89% 0.75% -
XYZ 36.22 46.64 7.8 -
YUV 166.83 45.71 132.4 -
System Red Green Blue C M Y K H S L
Decimal 173 192 21 0.10 0 0.89 0.25 66.67 0.8 0.42
Hex AD C0 15 A 0 59 19 43 50 2A
Octal 255 300 25 12 0 131 31 103 120 52
Binary 10101101 11000000 10101 1010 0 1011001 11001 1000011 1010000 101010

Color Harmonies of #ADC015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC015

Black with #ADC015

Text Example


Text Example

White with #ADC015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC015; }

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

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

background-color css

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

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

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

border-color css

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

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

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