Html Css Color HEX #ADC421 Bahia

📋 copy color: '#ADC421'

red 173 ◦ green 196 ◦ blue 33

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

Shades of Bahia #ADC421

Tints of Bahia #ADC421

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.76%

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

R = 43.03%
G = 48.76%
B = 8.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#ADC421 (or 0xADC421) is known color: Bahia. HEX triplet: AD, C4 and 21. RGB value is (173,196,33). Sum of RGB (Red+Green+Blue) = 173+196+33=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC421 is #523BDE. Grayscale: #ABABAB. Windows color (decimal): -5389279 or 2213037. OLE color: 2213037.

HSL color Cylindrical-coordinate representation of color #ADC421: hue angle of 68.47º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADC421 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 196 33 -
CMYK 0.12 0 0.83 0.23
HSL 68.47º 0.71% 0.45% -
HSV(B) 68.47º 0.83% 0.77% -
XYZ 37.25 48.47 8.83 -
YUV 170.54 50.38 129.75 -
System Red Green Blue C M Y K H S L
Decimal 173 196 33 0.12 0 0.83 0.23 68.47 0.71 0.45
Hex AD C4 21 C 0 53 17 44 47 2D
Octal 255 304 41 14 0 123 27 104 107 55
Binary 10101101 11000100 100001 1100 0 1010011 10111 1000100 1000111 101101

Color Harmonies of #ADC421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC421

Black with #ADC421

Text Example


Text Example

White with #ADC421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC421; }

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

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

background-color css

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

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

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

border-color css

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

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

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