Html Css Color HEX #ADC51D Bahia

📋 copy color: '#ADC51D'

red 173 ◦ green 197 ◦ blue 29

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

Shades of Bahia #ADC51D

Tints of Bahia #ADC51D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.37%

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

R = 43.36%
G = 49.37%
B = 7.27%

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

#ADC51D (or 0xADC51D) is known color: Bahia. HEX triplet: AD, C5 and 1D. RGB value is (173,197,29). Sum of RGB (Red+Green+Blue) = 173+197+29=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC51D is #523AE2. Grayscale: #ABABAB. Windows color (decimal): -5389027 or 1951149. OLE color: 1951149.

HSL color Cylindrical-coordinate representation of color #ADC51D: hue angle of 68.57º 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 #ADC51D is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 29 -
CMYK 0.12 0 0.85 0.23
HSL 68.57º 0.74% 0.44% -
HSV(B) 68.57º 0.85% 0.77% -
XYZ 37.42 48.91 8.63 -
YUV 170.67 48.05 129.66 -
System Red Green Blue C M Y K H S L
Decimal 173 197 29 0.12 0 0.85 0.23 68.57 0.74 0.44
Hex AD C5 1D C 0 55 17 45 4A 2C
Octal 255 305 35 14 0 125 27 105 112 54
Binary 10101101 11000101 11101 1100 0 1010101 10111 1000101 1001010 101100

Color Harmonies of #ADC51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC51D

Black with #ADC51D

Text Example


Text Example

White with #ADC51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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