Html Css Color HEX #ADC326 Bahia

📋 copy color: '#ADC326'

red 173 ◦ green 195 ◦ blue 38

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

Shades of Bahia #ADC326

Tints of Bahia #ADC326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.03%

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

R = 42.61%
G = 48.03%
B = 9.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#ADC326 (or 0xADC326) is known color: Bahia. HEX triplet: AD, C3 and 26. RGB value is (173,195,38). Sum of RGB (Red+Green+Blue) = 173+195+38=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC326 is #523CD9. Grayscale: #ABABAB. Windows color (decimal): -5389530 or 2540461. OLE color: 2540461.

HSL color Cylindrical-coordinate representation of color #ADC326: hue angle of 68.41º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADC326 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 195 38 -
CMYK 0.11 0 0.81 0.24
HSL 68.41º 0.67% 0.46% -
HSV(B) 68.41º 0.81% 0.76% -
XYZ 37.1 48.05 9.15 -
YUV 170.52 53.21 129.77 -
System Red Green Blue C M Y K H S L
Decimal 173 195 38 0.11 0 0.81 0.24 68.41 0.67 0.46
Hex AD C3 26 B 0 51 18 44 43 2E
Octal 255 303 46 13 0 121 30 104 103 56
Binary 10101101 11000011 100110 1011 0 1010001 11000 1000100 1000011 101110

Color Harmonies of #ADC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC326

Black with #ADC326

Text Example


Text Example

White with #ADC326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC326; }

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

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

background-color css

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

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

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

border-color css

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

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

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