Html Css Color HEX #ADC41D Bahia

📋 copy color: '#ADC41D'

red 173 ◦ green 196 ◦ blue 29

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

Shades of Bahia #ADC41D

Tints of Bahia #ADC41D

RGB

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

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

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

R = 43.47%
G = 49.25%
B = 7.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#ADC41D (or 0xADC41D) is known color: Bahia. HEX triplet: AD, C4 and 1D. RGB value is (173,196,29). Sum of RGB (Red+Green+Blue) = 173+196+29=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC41D is #523BE2. Grayscale: #AAAAAA. Windows color (decimal): -5389283 or 1950893. OLE color: 1950893.

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

Color convert

RGB 173 196 29 -
CMYK 0.12 0 0.85 0.23
HSL 68.26º 0.74% 0.44% -
HSV(B) 68.26º 0.85% 0.77% -
XYZ 37.2 48.45 8.55 -
YUV 170.09 48.38 130.08 -
System Red Green Blue C M Y K H S L
Decimal 173 196 29 0.12 0 0.85 0.23 68.26 0.74 0.44
Hex AD C4 1D C 0 55 17 44 4A 2C
Octal 255 304 35 14 0 125 27 104 112 54
Binary 10101101 11000100 11101 1100 0 1010101 10111 1000100 1001010 101100

Color Harmonies of #ADC41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC41D

Black with #ADC41D

Text Example


Text Example

White with #ADC41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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