Html Css Color HEX #ADC821 Bahia

📋 copy color: '#ADC821'

red 173 ◦ green 200 ◦ blue 33

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

Shades of Bahia #ADC821

Tints of Bahia #ADC821

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.26%

 BLUE value IS 33 (13.28% from 255) = 8.13%

R = 42.61%
G = 49.26%
B = 8.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#ADC821 (or 0xADC821) is known color: Bahia. HEX triplet: AD, C8 and 21. RGB value is (173,200,33). Sum of RGB (Red+Green+Blue) = 173+200+33=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC821 is #5237DE. Grayscale: #ADADAD. Windows color (decimal): -5388255 or 2214061. OLE color: 2214061.

HSL color Cylindrical-coordinate representation of color #ADC821: hue angle of 69.7º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADC821 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 33 -
CMYK 0.14 0 0.84 0.22
HSL 69.7º 0.72% 0.46% -
HSV(B) 69.7º 0.84% 0.78% -
XYZ 38.16 50.3 9.14 -
YUV 172.89 49.05 128.08 -
System Red Green Blue C M Y K H S L
Decimal 173 200 33 0.14 0 0.84 0.22 69.7 0.72 0.46
Hex AD C8 21 E 0 54 16 46 48 2E
Octal 255 310 41 16 0 124 26 106 110 56
Binary 10101101 11001000 100001 1110 0 1010100 10110 1000110 1001000 101110

Color Harmonies of #ADC821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC821

Black with #ADC821

Text Example


Text Example

White with #ADC821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC821; }

 p { color: rgb(173,200,33); }

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

background-color css

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

 a { background-color: rgb(173,200,33); }

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

border-color css

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

 span { border-color: rgb(173,200,33); }

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