Html Css Color HEX #ADC325 Bahia

📋 copy color: '#ADC325'

red 173 ◦ green 195 ◦ blue 37

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

Shades of Bahia #ADC325

Tints of Bahia #ADC325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.14%

R = 42.72%
G = 48.15%
B = 9.14%

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

#ADC325 (or 0xADC325) is known color: Bahia. HEX triplet: AD, C3 and 25. RGB value is (173,195,37). Sum of RGB (Red+Green+Blue) = 173+195+37=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC325 is #523CDA. Grayscale: #ABABAB. Windows color (decimal): -5389531 or 2474925. OLE color: 2474925.

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

Color convert

RGB 173 195 37 -
CMYK 0.11 0 0.81 0.24
HSL 68.35º 0.68% 0.45% -
HSV(B) 68.35º 0.81% 0.76% -
XYZ 37.08 48.05 9.07 -
YUV 170.41 52.71 129.85 -
System Red Green Blue C M Y K H S L
Decimal 173 195 37 0.11 0 0.81 0.24 68.35 0.68 0.45
Hex AD C3 25 B 0 51 18 44 44 2D
Octal 255 303 45 13 0 121 30 104 104 55
Binary 10101101 11000011 100101 1011 0 1010001 11000 1000100 1000100 101101

Color Harmonies of #ADC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC325

Black with #ADC325

Text Example


Text Example

White with #ADC325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC325; }

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

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

background-color css

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

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

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

border-color css

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

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

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