Html Css Color HEX #ADC625 Bahia

📋 copy color: '#ADC625'

red 173 ◦ green 198 ◦ blue 37

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

Shades of Bahia #ADC625

Tints of Bahia #ADC625

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.53%

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

R = 42.4%
G = 48.53%
B = 9.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#ADC625 (or 0xADC625) is known color: Bahia. HEX triplet: AD, C6 and 25. RGB value is (173,198,37). Sum of RGB (Red+Green+Blue) = 173+198+37=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC625 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC625 is #5239DA. Grayscale: #ACACAC. Windows color (decimal): -5388763 or 2475693. OLE color: 2475693.

HSL color Cylindrical-coordinate representation of color #ADC625: hue angle of 69.32º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADC625 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 37 -
CMYK 0.13 0 0.81 0.22
HSL 69.32º 0.69% 0.46% -
HSV(B) 69.32º 0.81% 0.78% -
XYZ 37.76 49.41 9.3 -
YUV 172.17 51.72 128.59 -
System Red Green Blue C M Y K H S L
Decimal 173 198 37 0.13 0 0.81 0.22 69.32 0.69 0.46
Hex AD C6 25 D 0 51 16 45 45 2E
Octal 255 306 45 15 0 121 26 105 105 56
Binary 10101101 11000110 100101 1101 0 1010001 10110 1000101 1000101 101110

Color Harmonies of #ADC625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC625

Black with #ADC625

Text Example


Text Example

White with #ADC625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC625; }

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

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

background-color css

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

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

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

border-color css

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

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

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