Html Css Color HEX #ADC629 Bahia

📋 copy color: '#ADC629'

red 173 ◦ green 198 ◦ blue 41

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

Shades of Bahia #ADC629

Tints of Bahia #ADC629

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.06%

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

R = 41.99%
G = 48.06%
B = 9.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#ADC629 (or 0xADC629) is known color: Bahia. HEX triplet: AD, C6 and 29. RGB value is (173,198,41). Sum of RGB (Red+Green+Blue) = 173+198+41=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC629 is #5239D6. Grayscale: #ADADAD. Windows color (decimal): -5388759 or 2737837. OLE color: 2737837.

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

Color convert

RGB 173 198 41 -
CMYK 0.13 0 0.79 0.22
HSL 69.55º 0.66% 0.47% -
HSV(B) 69.55º 0.79% 0.78% -
XYZ 37.83 49.43 9.65 -
YUV 172.63 53.72 128.27 -
System Red Green Blue C M Y K H S L
Decimal 173 198 41 0.13 0 0.79 0.22 69.55 0.66 0.47
Hex AD C6 29 D 0 4F 16 46 42 2F
Octal 255 306 51 15 0 117 26 106 102 57
Binary 10101101 11000110 101001 1101 0 1001111 10110 1000110 1000010 101111

Color Harmonies of #ADC629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC629

Black with #ADC629

Text Example


Text Example

White with #ADC629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC629; }

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

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

background-color css

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

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

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

border-color css

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

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

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