Html Css Color HEX #ADC324 Bahia

📋 copy color: '#ADC324'

red 173 ◦ green 195 ◦ blue 36

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

Shades of Bahia #ADC324

Tints of Bahia #ADC324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.91%

R = 42.82%
G = 48.27%
B = 8.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#ADC324 (or 0xADC324) is known color: Bahia. HEX triplet: AD, C3 and 24. RGB value is (173,195,36). Sum of RGB (Red+Green+Blue) = 173+195+36=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC324 is #523CDB. Grayscale: #AAAAAA. Windows color (decimal): -5389532 or 2409389. OLE color: 2409389.

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

Color convert

RGB 173 195 36 -
CMYK 0.11 0 0.82 0.24
HSL 68.3º 0.69% 0.45% -
HSV(B) 68.3º 0.82% 0.76% -
XYZ 37.07 48.04 8.99 -
YUV 170.3 52.21 129.93 -
System Red Green Blue C M Y K H S L
Decimal 173 195 36 0.11 0 0.82 0.24 68.3 0.69 0.45
Hex AD C3 24 B 0 52 18 44 45 2D
Octal 255 303 44 13 0 122 30 104 105 55
Binary 10101101 11000011 100100 1011 0 1010010 11000 1000100 1000101 101101

Color Harmonies of #ADC324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC324

Black with #ADC324

Text Example


Text Example

White with #ADC324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC324; }

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

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

background-color css

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

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

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

border-color css

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

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

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