Html Css Color HEX #ADC21D Bahia

📋 copy color: '#ADC21D'

red 173 ◦ green 194 ◦ blue 29

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

Shades of Bahia #ADC21D

Tints of Bahia #ADC21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.99%

 BLUE value IS 29 (11.72% from 255) = 7.32%

R = 43.69%
G = 48.99%
B = 7.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#ADC21D (or 0xADC21D) is known color: Bahia. HEX triplet: AD, C2 and 1D. RGB value is (173,194,29). Sum of RGB (Red+Green+Blue) = 173+194+29=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC21D is #523DE2. Grayscale: #A9A9A9. Windows color (decimal): -5389795 or 1950381. OLE color: 1950381.

HSL color Cylindrical-coordinate representation of color #ADC21D: hue angle of 67.64º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADC21D is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 29 -
CMYK 0.11 0 0.85 0.24
HSL 67.64º 0.74% 0.44% -
HSV(B) 67.64º 0.85% 0.76% -
XYZ 36.75 47.56 8.4 -
YUV 168.91 49.04 130.92 -
System Red Green Blue C M Y K H S L
Decimal 173 194 29 0.11 0 0.85 0.24 67.64 0.74 0.44
Hex AD C2 1D B 0 55 18 44 4A 2C
Octal 255 302 35 13 0 125 30 104 112 54
Binary 10101101 11000010 11101 1011 0 1010101 11000 1000100 1001010 101100

Color Harmonies of #ADC21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC21D

Black with #ADC21D

Text Example


Text Example

White with #ADC21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC21D; }

 p { color: rgb(173,194,29); }

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

background-color css

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

 a { background-color: rgb(173,194,29); }

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

border-color css

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

 span { border-color: rgb(173,194,29); }

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