Html Css Color HEX #ADC725 Bahia

📋 copy color: '#ADC725'

red 173 ◦ green 199 ◦ blue 37

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

Shades of Bahia #ADC725

Tints of Bahia #ADC725

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.66%

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

R = 42.3%
G = 48.66%
B = 9.05%

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

#ADC725 (or 0xADC725) is known color: Bahia. HEX triplet: AD, C7 and 25. RGB value is (173,199,37). Sum of RGB (Red+Green+Blue) = 173+199+37=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC725 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC725 is #5238DA. Grayscale: #ADADAD. Windows color (decimal): -5388507 or 2475949. OLE color: 2475949.

HSL color Cylindrical-coordinate representation of color #ADC725: hue angle of 69.63º 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 #ADC725 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 37 -
CMYK 0.13 0 0.81 0.22
HSL 69.63º 0.69% 0.46% -
HSV(B) 69.63º 0.81% 0.78% -
XYZ 37.99 49.86 9.37 -
YUV 172.76 51.39 128.17 -
System Red Green Blue C M Y K H S L
Decimal 173 199 37 0.13 0 0.81 0.22 69.63 0.69 0.46
Hex AD C7 25 D 0 51 16 46 45 2E
Octal 255 307 45 15 0 121 26 106 105 56
Binary 10101101 11000111 100101 1101 0 1010001 10110 1000110 1000101 101110

Color Harmonies of #ADC725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC725

Black with #ADC725

Text Example


Text Example

White with #ADC725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC725; }

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

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

background-color css

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

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

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

border-color css

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

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

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