Html Css Color HEX #ADCD20 Bahia

📋 copy color: '#ADCD20'

red 173 ◦ green 205 ◦ blue 32

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

Shades of Bahia #ADCD20

Tints of Bahia #ADCD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50%

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

R = 42.2%
G = 50%
B = 7.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#ADCD20 (or 0xADCD20) is known color: Bahia. HEX triplet: AD, CD and 20. RGB value is (173,205,32). Sum of RGB (Red+Green+Blue) = 173+205+32=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD20 is #5232DF. Grayscale: #B0B0B0. Windows color (decimal): -5386976 or 2149805. OLE color: 2149805.

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

Color convert

RGB 173 205 32 -
CMYK 0.16 0 0.84 0.20
HSL 71.1º 0.73% 0.46% -
HSV(B) 71.1º 0.84% 0.8% -
XYZ 39.33 52.65 9.46 -
YUV 175.71 46.9 126.07 -
System Red Green Blue C M Y K H S L
Decimal 173 205 32 0.16 0 0.84 0.20 71.1 0.73 0.46
Hex AD CD 20 10 0 54 14 47 49 2E
Octal 255 315 40 20 0 124 24 107 111 56
Binary 10101101 11001101 100000 10000 0 1010100 10100 1000111 1001001 101110

Color Harmonies of #ADCD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD20

Black with #ADCD20

Text Example


Text Example

White with #ADCD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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