Html Css Color HEX #ADC732 Bahia

📋 copy color: '#ADC732'

red 173 ◦ green 199 ◦ blue 50

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

Shades of Bahia #ADC732

Tints of Bahia #ADC732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.85%

R = 41%
G = 47.16%
B = 11.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#ADC732 (or 0xADC732) is known color: Bahia. HEX triplet: AD, C7 and 32. RGB value is (173,199,50). Sum of RGB (Red+Green+Blue) = 173+199+50=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC732 is #5238CD. Grayscale: #AEAEAE. Windows color (decimal): -5388494 or 3327917. OLE color: 3327917.

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

Color convert

RGB 173 199 50 -
CMYK 0.13 0 0.75 0.22
HSL 70.47º 0.6% 0.49% -
HSV(B) 70.47º 0.75% 0.78% -
XYZ 38.23 49.96 10.65 -
YUV 174.24 57.89 127.12 -
System Red Green Blue C M Y K H S L
Decimal 173 199 50 0.13 0 0.75 0.22 70.47 0.6 0.49
Hex AD C7 32 D 0 4B 16 46 3C 31
Octal 255 307 62 15 0 113 26 106 74 61
Binary 10101101 11000111 110010 1101 0 1001011 10110 1000110 111100 110001

Color Harmonies of #ADC732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC732

Black with #ADC732

Text Example


Text Example

White with #ADC732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC732; }

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

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

background-color css

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

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

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

border-color css

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

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

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