Html Css Color HEX #ADCC20 Bahia

📋 copy color: '#ADCC20'

red 173 ◦ green 204 ◦ blue 32

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

Shades of Bahia #ADCC20

Tints of Bahia #ADCC20

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.88%

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

R = 42.3%
G = 49.88%
B = 7.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#ADCC20 (or 0xADCC20) is known color: Bahia. HEX triplet: AD, CC and 20. RGB value is (173,204,32). Sum of RGB (Red+Green+Blue) = 173+204+32=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC20 is #5233DF. Grayscale: #AFAFAF. Windows color (decimal): -5387232 or 2149549. OLE color: 2149549.

HSL color Cylindrical-coordinate representation of color #ADCC20: hue angle of 70.81º 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 #ADCC20 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 32 -
CMYK 0.15 0 0.84 0.2
HSL 70.81º 0.73% 0.46% -
HSV(B) 70.81º 0.84% 0.8% -
XYZ 39.09 52.17 9.38 -
YUV 175.12 47.23 126.49 -
System Red Green Blue C M Y K H S L
Decimal 173 204 32 0.15 0 0.84 0.2 70.81 0.73 0.46
Hex AD CC 20 F 0 54 14 47 49 2E
Octal 255 314 40 17 0 124 24 107 111 56
Binary 10101101 11001100 100000 1111 0 1010100 10100 1000111 1001001 101110

Color Harmonies of #ADCC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC20

Black with #ADCC20

Text Example


Text Example

White with #ADCC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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