Html Css Color HEX #ADC621 Bahia

📋 copy color: '#ADC621'

red 173 ◦ green 198 ◦ blue 33

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

Shades of Bahia #ADC621

Tints of Bahia #ADC621

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.01%

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

R = 42.82%
G = 49.01%
B = 8.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#ADC621 (or 0xADC621) is known color: Bahia. HEX triplet: AD, C6 and 21. RGB value is (173,198,33). Sum of RGB (Red+Green+Blue) = 173+198+33=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC621 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC621 is #5239DE. Grayscale: #ACACAC. Windows color (decimal): -5388767 or 2213549. OLE color: 2213549.

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

Color convert

RGB 173 198 33 -
CMYK 0.13 0 0.83 0.22
HSL 69.09º 0.71% 0.45% -
HSV(B) 69.09º 0.83% 0.78% -
XYZ 37.7 49.38 8.98 -
YUV 171.72 49.72 128.92 -
System Red Green Blue C M Y K H S L
Decimal 173 198 33 0.13 0 0.83 0.22 69.09 0.71 0.45
Hex AD C6 21 D 0 53 16 45 47 2D
Octal 255 306 41 15 0 123 26 105 107 55
Binary 10101101 11000110 100001 1101 0 1010011 10110 1000101 1000111 101101

Color Harmonies of #ADC621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC621

Black with #ADC621

Text Example


Text Example

White with #ADC621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC621; }

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

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

background-color css

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

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

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

border-color css

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

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

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