Html Css Color HEX #ADCA16 Bahia

📋 copy color: '#ADCA16'

red 173 ◦ green 202 ◦ blue 22

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

Shades of Bahia #ADCA16

Tints of Bahia #ADCA16

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.88%

 BLUE value IS 22 (8.98% from 255) = 5.54%

R = 43.58%
G = 50.88%
B = 5.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#ADCA16 (or 0xADCA16) is known color: Bahia. HEX triplet: AD, CA and 16. RGB value is (173,202,22). Sum of RGB (Red+Green+Blue) = 173+202+22=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCA16 is #5235E9. Grayscale: #ADADAD. Windows color (decimal): -5387754 or 1493677. OLE color: 1493677.

HSL color Cylindrical-coordinate representation of color #ADCA16: hue angle of 69.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADCA16 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 202 22 -
CMYK 0.14 0 0.89 0.21
HSL 69.67º 0.8% 0.44% -
HSV(B) 69.67º 0.89% 0.79% -
XYZ 38.5 51.18 8.61 -
YUV 172.81 42.89 128.14 -
System Red Green Blue C M Y K H S L
Decimal 173 202 22 0.14 0 0.89 0.21 69.67 0.8 0.44
Hex AD CA 16 E 0 59 15 46 50 2C
Octal 255 312 26 16 0 131 25 106 120 54
Binary 10101101 11001010 10110 1110 0 1011001 10101 1000110 1010000 101100

Color Harmonies of #ADCA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCA16

Black with #ADCA16

Text Example


Text Example

White with #ADCA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCA16; }

 p { color: rgb(173,202,22); }

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

background-color css

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

 a { background-color: rgb(173,202,22); }

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

border-color css

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

 span { border-color: rgb(173,202,22); }

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