Html Css Color HEX #ADC426 Bahia

📋 copy color: '#ADC426'

red 173 ◦ green 196 ◦ blue 38

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

Shades of Bahia #ADC426

Tints of Bahia #ADC426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.34%

R = 42.51%
G = 48.16%
B = 9.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#ADC426 (or 0xADC426) is known color: Bahia. HEX triplet: AD, C4 and 26. RGB value is (173,196,38). Sum of RGB (Red+Green+Blue) = 173+196+38=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC426 is #523BD9. Grayscale: #ABABAB. Windows color (decimal): -5389274 or 2540717. OLE color: 2540717.

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

Color convert

RGB 173 196 38 -
CMYK 0.12 0 0.81 0.23
HSL 68.73º 0.68% 0.46% -
HSV(B) 68.73º 0.81% 0.77% -
XYZ 37.32 48.5 9.23 -
YUV 171.11 52.88 129.35 -
System Red Green Blue C M Y K H S L
Decimal 173 196 38 0.12 0 0.81 0.23 68.73 0.68 0.46
Hex AD C4 26 C 0 51 17 45 44 2E
Octal 255 304 46 14 0 121 27 105 104 56
Binary 10101101 11000100 100110 1100 0 1010001 10111 1000101 1000100 101110

Color Harmonies of #ADC426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC426

Black with #ADC426

Text Example


Text Example

White with #ADC426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC426; }

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

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

background-color css

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

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

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

border-color css

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

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

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