Html Css Color HEX #ADCA20 Bahia

📋 copy color: '#ADCA20'

red 173 ◦ green 202 ◦ blue 32

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

Shades of Bahia #ADCA20

Tints of Bahia #ADCA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.86%

R = 42.51%
G = 49.63%
B = 7.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#ADCA20 (or 0xADCA20) is known color: Bahia. HEX triplet: AD, CA and 20. RGB value is (173,202,32). Sum of RGB (Red+Green+Blue) = 173+202+32=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCA20 is #5235DF. Grayscale: #AEAEAE. Windows color (decimal): -5387744 or 2149037. OLE color: 2149037.

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

Color convert

RGB 173 202 32 -
CMYK 0.14 0 0.84 0.21
HSL 70.24º 0.73% 0.46% -
HSV(B) 70.24º 0.84% 0.79% -
XYZ 38.61 51.23 9.22 -
YUV 173.95 47.89 127.32 -
System Red Green Blue C M Y K H S L
Decimal 173 202 32 0.14 0 0.84 0.21 70.24 0.73 0.46
Hex AD CA 20 E 0 54 15 46 49 2E
Octal 255 312 40 16 0 124 25 106 111 56
Binary 10101101 11001010 100000 1110 0 1010100 10101 1000110 1001001 101110

Color Harmonies of #ADCA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCA20

Black with #ADCA20

Text Example


Text Example

White with #ADCA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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