Html Css Color HEX #ADCD21 Bahia

📋 copy color: '#ADCD21'

red 173 ◦ green 205 ◦ blue 33

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

Shades of Bahia #ADCD21

Tints of Bahia #ADCD21

RGB

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

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

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

R = 42.09%
G = 49.88%
B = 8.03%

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

#ADCD21 (or 0xADCD21) is known color: Bahia. HEX triplet: AD, CD and 21. RGB value is (173,205,33). Sum of RGB (Red+Green+Blue) = 173+205+33=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD21 is #5232DE. Grayscale: #B0B0B0. Windows color (decimal): -5386975 or 2215341. OLE color: 2215341.

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

Color convert

RGB 173 205 33 -
CMYK 0.16 0 0.84 0.20
HSL 71.16º 0.72% 0.47% -
HSV(B) 71.16º 0.84% 0.8% -
XYZ 39.34 52.66 9.53 -
YUV 175.82 47.4 125.99 -
System Red Green Blue C M Y K H S L
Decimal 173 205 33 0.16 0 0.84 0.20 71.16 0.72 0.47
Hex AD CD 21 10 0 54 14 47 48 2F
Octal 255 315 41 20 0 124 24 107 110 57
Binary 10101101 11001101 100001 10000 0 1010100 10100 1000111 1001000 101111

Color Harmonies of #ADCD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD21

Black with #ADCD21

Text Example


Text Example

White with #ADCD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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