Html Css Color HEX #ADC429 Bahia

📋 copy color: '#ADC429'

red 173 ◦ green 196 ◦ blue 41

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

Shades of Bahia #ADC429

Tints of Bahia #ADC429

RGB

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

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

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

R = 42.2%
G = 47.8%
B = 10%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#ADC429 (or 0xADC429) is known color: Bahia. HEX triplet: AD, C4 and 29. RGB value is (173,196,41). Sum of RGB (Red+Green+Blue) = 173+196+41=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC429 is #523BD6. Grayscale: #ACACAC. Windows color (decimal): -5389271 or 2737325. OLE color: 2737325.

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

Color convert

RGB 173 196 41 -
CMYK 0.12 0 0.79 0.23
HSL 68.9º 0.65% 0.46% -
HSV(B) 68.9º 0.79% 0.77% -
XYZ 37.37 48.52 9.49 -
YUV 171.45 54.38 129.1 -
System Red Green Blue C M Y K H S L
Decimal 173 196 41 0.12 0 0.79 0.23 68.9 0.65 0.46
Hex AD C4 29 C 0 4F 17 45 41 2E
Octal 255 304 51 14 0 117 27 105 101 56
Binary 10101101 11000100 101001 1100 0 1001111 10111 1000101 1000001 101110

Color Harmonies of #ADC429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC429

Black with #ADC429

Text Example


Text Example

White with #ADC429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC429; }

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

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

background-color css

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

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

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

border-color css

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

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

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