Html Css Color HEX #ADC825 Bahia

📋 copy color: '#ADC825'

red 173 ◦ green 200 ◦ blue 37

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

Shades of Bahia #ADC825

Tints of Bahia #ADC825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.78%

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

R = 42.2%
G = 48.78%
B = 9.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#ADC825 (or 0xADC825) is known color: Bahia. HEX triplet: AD, C8 and 25. RGB value is (173,200,37). Sum of RGB (Red+Green+Blue) = 173+200+37=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC825 is #5237DA. Grayscale: #ADADAD. Windows color (decimal): -5388251 or 2476205. OLE color: 2476205.

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

Color convert

RGB 173 200 37 -
CMYK 0.14 0 0.82 0.22
HSL 69.94º 0.69% 0.46% -
HSV(B) 69.94º 0.82% 0.78% -
XYZ 38.22 50.33 9.45 -
YUV 173.35 51.05 127.75 -
System Red Green Blue C M Y K H S L
Decimal 173 200 37 0.14 0 0.82 0.22 69.94 0.69 0.46
Hex AD C8 25 E 0 52 16 46 45 2E
Octal 255 310 45 16 0 122 26 106 105 56
Binary 10101101 11001000 100101 1110 0 1010010 10110 1000110 1000101 101110

Color Harmonies of #ADC825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC825

Black with #ADC825

Text Example


Text Example

White with #ADC825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC825; }

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

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

background-color css

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

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

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

border-color css

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

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

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