Html Css Color HEX #ADC126 Bahia

📋 copy color: '#ADC126'

red 173 ◦ green 193 ◦ blue 38

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

Shades of Bahia #ADC126

Tints of Bahia #ADC126

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.77%

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

R = 42.82%
G = 47.77%
B = 9.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#ADC126 (or 0xADC126) is known color: Bahia. HEX triplet: AD, C1 and 26. RGB value is (173,193,38). Sum of RGB (Red+Green+Blue) = 173+193+38=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC126 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC126 is #523ED9. Grayscale: #A9A9A9. Windows color (decimal): -5390042 or 2539949. OLE color: 2539949.

HSL color Cylindrical-coordinate representation of color #ADC126: hue angle of 67.74º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADC126 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 38 -
CMYK 0.10 0 0.80 0.24
HSL 67.74º 0.67% 0.45% -
HSV(B) 67.74º 0.8% 0.76% -
XYZ 36.65 47.16 9.01 -
YUV 169.35 53.87 130.6 -
System Red Green Blue C M Y K H S L
Decimal 173 193 38 0.10 0 0.80 0.24 67.74 0.67 0.45
Hex AD C1 26 A 0 50 18 44 43 2D
Octal 255 301 46 12 0 120 30 104 103 55
Binary 10101101 11000001 100110 1010 0 1010000 11000 1000100 1000011 101101

Color Harmonies of #ADC126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC126

Black with #ADC126

Text Example


Text Example

White with #ADC126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC126; }

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

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

background-color css

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

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

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

border-color css

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

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

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