Html Css Color HEX #ADC829 Bahia

📋 copy color: '#ADC829'

red 173 ◦ green 200 ◦ blue 41

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

Shades of Bahia #ADC829

Tints of Bahia #ADC829

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.31%

 BLUE value IS 41 (16.41% from 255) = 9.9%

R = 41.79%
G = 48.31%
B = 9.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#ADC829 (or 0xADC829) is known color: Bahia. HEX triplet: AD, C8 and 29. RGB value is (173,200,41). Sum of RGB (Red+Green+Blue) = 173+200+41=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC829 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC829 is #5237D6. Grayscale: #AEAEAE. Windows color (decimal): -5388247 or 2738349. OLE color: 2738349.

HSL color Cylindrical-coordinate representation of color #ADC829: hue angle of 70.19º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADC829 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 41 -
CMYK 0.14 0 0.80 0.22
HSL 70.19º 0.66% 0.47% -
HSV(B) 70.19º 0.8% 0.78% -
XYZ 38.29 50.35 9.8 -
YUV 173.8 53.05 127.43 -
System Red Green Blue C M Y K H S L
Decimal 173 200 41 0.14 0 0.80 0.22 70.19 0.66 0.47
Hex AD C8 29 E 0 50 16 46 42 2F
Octal 255 310 51 16 0 120 26 106 102 57
Binary 10101101 11001000 101001 1110 0 1010000 10110 1000110 1000010 101111

Color Harmonies of #ADC829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC829

Black with #ADC829

Text Example


Text Example

White with #ADC829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC829; }

 p { color: rgb(173,200,41); }

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

background-color css

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

 a { background-color: rgb(173,200,41); }

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

border-color css

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

 span { border-color: rgb(173,200,41); }

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